Shades of Dark Violet #900DB2
Tints of Dark Violet #900DB2
RGB
CMYK
RGB Variations
Color information
#900DB2 (or 0x900DB2) is known color: Dark Violet. HEX triplet: 90, 0D and B2. RGB value is (144,13,178). Sum of RGB (Red+Green+Blue) = 144+13+178=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #900DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900DB2 is #6FF24D. Grayscale: #464646. Windows color (decimal): -7336526 or 11668880. OLE color: 11668880.
HSL color Cylindrical-coordinate representation of color #900DB2: hue angle of 287.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900DB2 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 13 | 178 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.30 |
| HSL | 287.64º | 0.86% | 0.37% | - |
| HSV(B) | 287.64º | 0.93% | 0.7% | - |
| XYZ | 19.68 | 9.43 | 42.9 | - |
| YUV | 70.98 | 188.4 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 178 | 0.19 | 0.93 | 0 | 0.30 | 287.64 | 0.86 | 0.37 |
| Hex | 90 | D | B2 | 13 | 5D | 0 | 1E | 120 | 56 | 25 |
| Octal | 220 | 15 | 262 | 23 | 135 | 0 | 36 | 440 | 126 | 45 |
| Binary | 10010000 | 1101 | 10110010 | 10011 | 1011101 | 0 | 11110 | 100100000 | 1010110 | 100101 |
Color Harmonies of #900DB2
Complementary color
Monochromatic Colors of #900DB2
Black with #900DB2
Text Example
Text Example
White with #900DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DB2; }
p { color: rgb(144,13,178); }
H1.HeaderClassName
{
color: #900DB2;
}
.AnyTagClassName
{
color: #900DB2;
}
</style>
background-color css
<style>
a { background-color: #900DB2; }
a { background-color: rgb(144,13,178); }
div.DivClassName
{
background-color: #900DB2;
}
.BgClassName
{
background-color: #900DB2;
}
</style>
border-color css
<style>
span { border-color: #900DB2; }
span { border-color: rgb(144,13,178); }
td.TdClassName
{
border-color: #900DB2;
}
.TagClassName
{
border-color: #900DB2;
}
</style>