Shades of Dark Violet #900CC0
Tints of Dark Violet #900CC0
RGB
CMYK
RGB Variations
Color information
#900CC0 (or 0x900CC0) is known color: Dark Violet. HEX triplet: 90, 0C and C0. RGB value is (144,12,192). Sum of RGB (Red+Green+Blue) = 144+12+192=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #900CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CC0 is #6FF33F. Grayscale: #474747. Windows color (decimal): -7336768 or 12586128. OLE color: 12586128.
HSL color Cylindrical-coordinate representation of color #900CC0: hue angle of 284º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CC0 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 12 | 192 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.25 |
| HSL | 284º | 0.88% | 0.4% | - |
| HSV(B) | 284º | 0.94% | 0.75% | - |
| XYZ | 21.15 | 10 | 50.68 | - |
| YUV | 71.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 192 | 0.25 | 0.94 | 0 | 0.25 | 284 | 0.88 | 0.4 |
| Hex | 90 | C | C0 | 19 | 5E | 0 | 19 | 11C | 58 | 28 |
| Octal | 220 | 14 | 300 | 31 | 136 | 0 | 31 | 434 | 130 | 50 |
| Binary | 10010000 | 1100 | 11000000 | 11001 | 1011110 | 0 | 11001 | 100011100 | 1011000 | 101000 |
Color Harmonies of #900CC0
Complementary color
Monochromatic Colors of #900CC0
Black with #900CC0
Text Example
Text Example
White with #900CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CC0; }
p { color: rgb(144,12,192); }
H1.HeaderClassName
{
color: #900CC0;
}
.AnyTagClassName
{
color: #900CC0;
}
</style>
background-color css
<style>
a { background-color: #900CC0; }
a { background-color: rgb(144,12,192); }
div.DivClassName
{
background-color: #900CC0;
}
.BgClassName
{
background-color: #900CC0;
}
</style>
border-color css
<style>
span { border-color: #900CC0; }
span { border-color: rgb(144,12,192); }
td.TdClassName
{
border-color: #900CC0;
}
.TagClassName
{
border-color: #900CC0;
}
</style>