Shades of Dark Violet #900CCE
Tints of Dark Violet #900CCE
RGB
CMYK
RGB Variations
Color information
#900CCE (or 0x900CCE) is known color: Dark Violet. HEX triplet: 90, 0C and CE. RGB value is (144,12,206). Sum of RGB (Red+Green+Blue) = 144+12+206=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #900CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CCE is #6FF331. Grayscale: #484848. Windows color (decimal): -7336754 or 13503632. OLE color: 13503632.
HSL color Cylindrical-coordinate representation of color #900CCE: hue angle of 280.82º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CCE is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 12 | 206 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.19 |
| HSL | 280.82º | 0.89% | 0.43% | - |
| HSV(B) | 280.82º | 0.94% | 0.81% | - |
| XYZ | 22.77 | 10.65 | 59.25 | - |
| YUV | 73.58 | 202.73 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 206 | 0.30 | 0.94 | 0 | 0.19 | 280.82 | 0.89 | 0.43 |
| Hex | 90 | C | CE | 1E | 5E | 0 | 13 | 119 | 59 | 2B |
| Octal | 220 | 14 | 316 | 36 | 136 | 0 | 23 | 431 | 131 | 53 |
| Binary | 10010000 | 1100 | 11001110 | 11110 | 1011110 | 0 | 10011 | 100011001 | 1011001 | 101011 |
Color Harmonies of #900CCE
Complementary color
Monochromatic Colors of #900CCE
Black with #900CCE
Text Example
Text Example
White with #900CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CCE; }
p { color: rgb(144,12,206); }
H1.HeaderClassName
{
color: #900CCE;
}
.AnyTagClassName
{
color: #900CCE;
}
</style>
background-color css
<style>
a { background-color: #900CCE; }
a { background-color: rgb(144,12,206); }
div.DivClassName
{
background-color: #900CCE;
}
.BgClassName
{
background-color: #900CCE;
}
</style>
border-color css
<style>
span { border-color: #900CCE; }
span { border-color: rgb(144,12,206); }
td.TdClassName
{
border-color: #900CCE;
}
.TagClassName
{
border-color: #900CCE;
}
</style>