Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of skratchdot/color-stats

Account's avatar
skratchdot/color-blind
Simulate color blindness by converting RGB hex codes
Account's avatar
skratchdot/color-harmony
Create color scales by rotating hue
Account's avatar
skratchdot/color-quantize
Convert colors to websafe / websmart values
Account's avatar
perfectworks/colorname
Get the name of your color.
Account's avatar
dscape/cycle
decycle your json
Account's avatar
vkiryukhin/jsonfn-node
plugin to convert javascript objects with functions to string and vise versa.
Account's avatar
One-com/one-color
Javascript color object with implicit color space conversions. Supports RGB, HSV, HSL and CMYK with alpha channel.
Account's avatar
skratchdot/random-seed
GRC's UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
Account's avatar
spalger/gulp-jshint
JSHint plugin for gulp
Account's avatar
kjvalencik/gulp-nodeunit
Gulp nodeunit runner

Support the repos that depend on this repository

Top contributors

skratchdot's profile
skratchdot
10 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
skratchdot

skratchdot/color-stats

Generate color information based off of the hash of any object (or a valid color string)

JavaScript
7
1
MIT License

**color‑stats** is a Node.js utility that takes any color string (CSS name, hex, rgb, etc.) or any arbitrary JavaScript object, hashes it, and returns a comprehensive set of color data – raw RGB/hex values, HSL/HSV/CMYK, LAB, web‑safe equivalents, closest named color, color‑blind simulations, and harmony schemes (complementary, triadic, etc.). It’s aimed at developers who need a quick, deterministic way to generate full‑featured color information (including random colors) for visualisation, theming, or data‑driven graphics.