Shades of Dark Violet #900EE5
Tints of Dark Violet #900EE5
RGB
CMYK
RGB Variations
Color information
#900EE5 (or 0x900EE5) is known color: Dark Violet. HEX triplet: 90, 0E and E5. RGB value is (144,14,229). Sum of RGB (Red+Green+Blue) = 144+14+229=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #900EE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900EE5 is #6FF11A. Grayscale: #4C4C4C. Windows color (decimal): -7336219 or 15011472. OLE color: 15011472.
HSL color Cylindrical-coordinate representation of color #900EE5: hue angle of 276.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900EE5 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 14 | 229 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.10 |
| HSL | 276.28º | 0.88% | 0.48% | - |
| HSV(B) | 276.28º | 0.94% | 0.9% | - |
| XYZ | 25.8 | 11.9 | 75.07 | - |
| YUV | 77.38 | 213.57 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 229 | 0.37 | 0.94 | 0 | 0.10 | 276.28 | 0.88 | 0.48 |
| Hex | 90 | E | E5 | 25 | 5E | 0 | A | 114 | 58 | 30 |
| Octal | 220 | 16 | 345 | 45 | 136 | 0 | 12 | 424 | 130 | 60 |
| Binary | 10010000 | 1110 | 11100101 | 100101 | 1011110 | 0 | 1010 | 100010100 | 1011000 | 110000 |
Color Harmonies of #900EE5
Complementary color
Monochromatic Colors of #900EE5
Black with #900EE5
Text Example
Text Example
White with #900EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900EE5; }
p { color: rgb(144,14,229); }
H1.HeaderClassName
{
color: #900EE5;
}
.AnyTagClassName
{
color: #900EE5;
}
</style>
background-color css
<style>
a { background-color: #900EE5; }
a { background-color: rgb(144,14,229); }
div.DivClassName
{
background-color: #900EE5;
}
.BgClassName
{
background-color: #900EE5;
}
</style>
border-color css
<style>
span { border-color: #900EE5; }
span { border-color: rgb(144,14,229); }
td.TdClassName
{
border-color: #900EE5;
}
.TagClassName
{
border-color: #900EE5;
}
</style>