Shades of Dark Violet #900CEC
Tints of Dark Violet #900CEC
RGB
CMYK
RGB Variations
Color information
#900CEC (or 0x900CEC) is known color: Dark Violet. HEX triplet: 90, 0C and EC. RGB value is (144,12,236). Sum of RGB (Red+Green+Blue) = 144+12+236=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #900CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900CEC is #6FF313. Grayscale: #4C4C4C. Windows color (decimal): -7336724 or 15469712. OLE color: 15469712.
HSL color Cylindrical-coordinate representation of color #900CEC: hue angle of 275.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900CEC is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 12 | 236 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.07 |
| HSL | 275.36º | 0.9% | 0.49% | - |
| HSV(B) | 275.36º | 0.95% | 0.93% | - |
| XYZ | 26.77 | 12.25 | 80.31 | - |
| YUV | 77 | 217.73 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 236 | 0.39 | 0.95 | 0 | 0.07 | 275.36 | 0.9 | 0.49 |
| Hex | 90 | C | EC | 27 | 5F | 0 | 7 | 113 | 5A | 31 |
| Octal | 220 | 14 | 354 | 47 | 137 | 0 | 7 | 423 | 132 | 61 |
| Binary | 10010000 | 1100 | 11101100 | 100111 | 1011111 | 0 | 111 | 100010011 | 1011010 | 110001 |
Color Harmonies of #900CEC
Complementary color
Monochromatic Colors of #900CEC
Black with #900CEC
Text Example
Text Example
White with #900CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CEC; }
p { color: rgb(144,12,236); }
H1.HeaderClassName
{
color: #900CEC;
}
.AnyTagClassName
{
color: #900CEC;
}
</style>
background-color css
<style>
a { background-color: #900CEC; }
a { background-color: rgb(144,12,236); }
div.DivClassName
{
background-color: #900CEC;
}
.BgClassName
{
background-color: #900CEC;
}
</style>
border-color css
<style>
span { border-color: #900CEC; }
span { border-color: rgb(144,12,236); }
td.TdClassName
{
border-color: #900CEC;
}
.TagClassName
{
border-color: #900CEC;
}
</style>