Shades of Dark Violet #900EDB
Tints of Dark Violet #900EDB
RGB
CMYK
RGB Variations
Color information
#900EDB (or 0x900EDB) is known color: Dark Violet. HEX triplet: 90, 0E and DB. RGB value is (144,14,219). Sum of RGB (Red+Green+Blue) = 144+14+219=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #900EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900EDB is #6FF124. Grayscale: #4B4B4B. Windows color (decimal): -7336229 or 14356112. OLE color: 14356112.
HSL color Cylindrical-coordinate representation of color #900EDB: hue angle of 278.05º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900EDB is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 14 | 219 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.14 |
| HSL | 278.05º | 0.88% | 0.46% | - |
| HSV(B) | 278.05º | 0.94% | 0.86% | - |
| XYZ | 24.44 | 11.36 | 67.92 | - |
| YUV | 76.24 | 208.57 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 219 | 0.34 | 0.94 | 0 | 0.14 | 278.05 | 0.88 | 0.46 |
| Hex | 90 | E | DB | 22 | 5E | 0 | E | 116 | 58 | 2E |
| Octal | 220 | 16 | 333 | 42 | 136 | 0 | 16 | 426 | 130 | 56 |
| Binary | 10010000 | 1110 | 11011011 | 100010 | 1011110 | 0 | 1110 | 100010110 | 1011000 | 101110 |
Color Harmonies of #900EDB
Complementary color
Monochromatic Colors of #900EDB
Black with #900EDB
Text Example
Text Example
White with #900EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900EDB; }
p { color: rgb(144,14,219); }
H1.HeaderClassName
{
color: #900EDB;
}
.AnyTagClassName
{
color: #900EDB;
}
</style>
background-color css
<style>
a { background-color: #900EDB; }
a { background-color: rgb(144,14,219); }
div.DivClassName
{
background-color: #900EDB;
}
.BgClassName
{
background-color: #900EDB;
}
</style>
border-color css
<style>
span { border-color: #900EDB; }
span { border-color: rgb(144,14,219); }
td.TdClassName
{
border-color: #900EDB;
}
.TagClassName
{
border-color: #900EDB;
}
</style>