Shades of Dark Violet #900ECA
Tints of Dark Violet #900ECA
RGB
CMYK
RGB Variations
Color information
#900ECA (or 0x900ECA) is known color: Dark Violet. HEX triplet: 90, 0E and CA. RGB value is (144,14,202). Sum of RGB (Red+Green+Blue) = 144+14+202=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #900ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ECA is #6FF135. Grayscale: #494949. Windows color (decimal): -7336246 or 13242000. OLE color: 13242000.
HSL color Cylindrical-coordinate representation of color #900ECA: hue angle of 281.49º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900ECA is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 14 | 202 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.21 |
| HSL | 281.49º | 0.87% | 0.42% | - |
| HSV(B) | 281.49º | 0.93% | 0.79% | - |
| XYZ | 22.32 | 10.51 | 56.73 | - |
| YUV | 74.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 202 | 0.29 | 0.93 | 0 | 0.21 | 281.49 | 0.87 | 0.42 |
| Hex | 90 | E | CA | 1D | 5D | 0 | 15 | 119 | 57 | 2A |
| Octal | 220 | 16 | 312 | 35 | 135 | 0 | 25 | 431 | 127 | 52 |
| Binary | 10010000 | 1110 | 11001010 | 11101 | 1011101 | 0 | 10101 | 100011001 | 1010111 | 101010 |
Color Harmonies of #900ECA
Complementary color
Monochromatic Colors of #900ECA
Black with #900ECA
Text Example
Text Example
White with #900ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900ECA; }
p { color: rgb(144,14,202); }
H1.HeaderClassName
{
color: #900ECA;
}
.AnyTagClassName
{
color: #900ECA;
}
</style>
background-color css
<style>
a { background-color: #900ECA; }
a { background-color: rgb(144,14,202); }
div.DivClassName
{
background-color: #900ECA;
}
.BgClassName
{
background-color: #900ECA;
}
</style>
border-color css
<style>
span { border-color: #900ECA; }
span { border-color: rgb(144,14,202); }
td.TdClassName
{
border-color: #900ECA;
}
.TagClassName
{
border-color: #900ECA;
}
</style>