Shades of Dark Violet #900CC9
Tints of Dark Violet #900CC9
RGB
CMYK
RGB Variations
Color information
#900CC9 (or 0x900CC9) is known color: Dark Violet. HEX triplet: 90, 0C and C9. RGB value is (144,12,201). Sum of RGB (Red+Green+Blue) = 144+12+201=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #900CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CC9 is #6FF336. Grayscale: #484848. Windows color (decimal): -7336759 or 13175952. OLE color: 13175952.
HSL color Cylindrical-coordinate representation of color #900CC9: hue angle of 281.9º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CC9 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 12 | 201 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.21 |
| HSL | 281.9º | 0.89% | 0.42% | - |
| HSV(B) | 281.9º | 0.94% | 0.79% | - |
| XYZ | 22.18 | 10.41 | 56.1 | - |
| YUV | 73.01 | 200.23 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 201 | 0.28 | 0.94 | 0 | 0.21 | 281.9 | 0.89 | 0.42 |
| Hex | 90 | C | C9 | 1C | 5E | 0 | 15 | 11A | 59 | 2A |
| Octal | 220 | 14 | 311 | 34 | 136 | 0 | 25 | 432 | 131 | 52 |
| Binary | 10010000 | 1100 | 11001001 | 11100 | 1011110 | 0 | 10101 | 100011010 | 1011001 | 101010 |
Color Harmonies of #900CC9
Complementary color
Monochromatic Colors of #900CC9
Black with #900CC9
Text Example
Text Example
White with #900CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CC9; }
p { color: rgb(144,12,201); }
H1.HeaderClassName
{
color: #900CC9;
}
.AnyTagClassName
{
color: #900CC9;
}
</style>
background-color css
<style>
a { background-color: #900CC9; }
a { background-color: rgb(144,12,201); }
div.DivClassName
{
background-color: #900CC9;
}
.BgClassName
{
background-color: #900CC9;
}
</style>
border-color css
<style>
span { border-color: #900CC9; }
span { border-color: rgb(144,12,201); }
td.TdClassName
{
border-color: #900CC9;
}
.TagClassName
{
border-color: #900CC9;
}
</style>