Shades of Dark Violet #900CC6
Tints of Dark Violet #900CC6
RGB
CMYK
RGB Variations
Color information
#900CC6 (or 0x900CC6) is known color: Dark Violet. HEX triplet: 90, 0C and C6. RGB value is (144,12,198). Sum of RGB (Red+Green+Blue) = 144+12+198=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 198 (77.73% from 255 or 55.93% from 354); Max value from RGB is 198 - color contains mainly: blue. Hex color #900CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CC6 is #6FF339. Grayscale: #484848. Windows color (decimal): -7336762 or 12979344. OLE color: 12979344.
HSL color Cylindrical-coordinate representation of color #900CC6: hue angle of 282.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CC6 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 12 | 198 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.22 |
| HSL | 282.58º | 0.89% | 0.41% | - |
| HSV(B) | 282.58º | 0.94% | 0.78% | - |
| XYZ | 21.83 | 10.27 | 54.26 | - |
| YUV | 72.67 | 198.73 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 198 | 0.27 | 0.94 | 0 | 0.22 | 282.58 | 0.89 | 0.41 |
| Hex | 90 | C | C6 | 1B | 5E | 0 | 16 | 11B | 59 | 29 |
| Octal | 220 | 14 | 306 | 33 | 136 | 0 | 26 | 433 | 131 | 51 |
| Binary | 10010000 | 1100 | 11000110 | 11011 | 1011110 | 0 | 10110 | 100011011 | 1011001 | 101001 |
Color Harmonies of #900CC6
Complementary color
Monochromatic Colors of #900CC6
Black with #900CC6
Text Example
Text Example
White with #900CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CC6; }
p { color: rgb(144,12,198); }
H1.HeaderClassName
{
color: #900CC6;
}
.AnyTagClassName
{
color: #900CC6;
}
</style>
background-color css
<style>
a { background-color: #900CC6; }
a { background-color: rgb(144,12,198); }
div.DivClassName
{
background-color: #900CC6;
}
.BgClassName
{
background-color: #900CC6;
}
</style>
border-color css
<style>
span { border-color: #900CC6; }
span { border-color: rgb(144,12,198); }
td.TdClassName
{
border-color: #900CC6;
}
.TagClassName
{
border-color: #900CC6;
}
</style>