Shades of Dark Violet #900ECB
Tints of Dark Violet #900ECB
RGB
CMYK
RGB Variations
Color information
#900ECB (or 0x900ECB) is known color: Dark Violet. HEX triplet: 90, 0E and CB. RGB value is (144,14,203). Sum of RGB (Red+Green+Blue) = 144+14+203=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #900ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ECB is #6FF134. Grayscale: #494949. Windows color (decimal): -7336245 or 13307536. OLE color: 13307536.
HSL color Cylindrical-coordinate representation of color #900ECB: hue angle of 281.27º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900ECB is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 14 | 203 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.20 |
| HSL | 281.27º | 0.87% | 0.43% | - |
| HSV(B) | 281.27º | 0.93% | 0.8% | - |
| XYZ | 22.44 | 10.56 | 57.35 | - |
| YUV | 74.42 | 200.57 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 203 | 0.29 | 0.93 | 0 | 0.20 | 281.27 | 0.87 | 0.43 |
| Hex | 90 | E | CB | 1D | 5D | 0 | 14 | 119 | 57 | 2B |
| Octal | 220 | 16 | 313 | 35 | 135 | 0 | 24 | 431 | 127 | 53 |
| Binary | 10010000 | 1110 | 11001011 | 11101 | 1011101 | 0 | 10100 | 100011001 | 1010111 | 101011 |
Color Harmonies of #900ECB
Complementary color
Monochromatic Colors of #900ECB
Black with #900ECB
Text Example
Text Example
White with #900ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900ECB; }
p { color: rgb(144,14,203); }
H1.HeaderClassName
{
color: #900ECB;
}
.AnyTagClassName
{
color: #900ECB;
}
</style>
background-color css
<style>
a { background-color: #900ECB; }
a { background-color: rgb(144,14,203); }
div.DivClassName
{
background-color: #900ECB;
}
.BgClassName
{
background-color: #900ECB;
}
</style>
border-color css
<style>
span { border-color: #900ECB; }
span { border-color: rgb(144,14,203); }
td.TdClassName
{
border-color: #900ECB;
}
.TagClassName
{
border-color: #900ECB;
}
</style>