Shades of Dark Violet #900EEE
Tints of Dark Violet #900EEE
RGB
CMYK
RGB Variations
Color information
#900EEE (or 0x900EEE) is known color: Dark Violet. HEX triplet: 90, 0E and EE. RGB value is (144,14,238). Sum of RGB (Red+Green+Blue) = 144+14+238=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #900EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900EEE is #6FF111. Grayscale: #4D4D4D. Windows color (decimal): -7336210 or 15601296. OLE color: 15601296.
HSL color Cylindrical-coordinate representation of color #900EEE: hue angle of 274.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900EEE is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 14 | 238 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.07 |
| HSL | 274.82º | 0.89% | 0.49% | - |
| HSV(B) | 274.82º | 0.94% | 0.93% | - |
| XYZ | 27.09 | 12.42 | 81.86 | - |
| YUV | 78.41 | 218.07 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 238 | 0.39 | 0.94 | 0 | 0.07 | 274.82 | 0.89 | 0.49 |
| Hex | 90 | E | EE | 27 | 5E | 0 | 7 | 113 | 59 | 31 |
| Octal | 220 | 16 | 356 | 47 | 136 | 0 | 7 | 423 | 131 | 61 |
| Binary | 10010000 | 1110 | 11101110 | 100111 | 1011110 | 0 | 111 | 100010011 | 1011001 | 110001 |
Color Harmonies of #900EEE
Complementary color
Monochromatic Colors of #900EEE
Black with #900EEE
Text Example
Text Example
White with #900EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900EEE; }
p { color: rgb(144,14,238); }
H1.HeaderClassName
{
color: #900EEE;
}
.AnyTagClassName
{
color: #900EEE;
}
</style>
background-color css
<style>
a { background-color: #900EEE; }
a { background-color: rgb(144,14,238); }
div.DivClassName
{
background-color: #900EEE;
}
.BgClassName
{
background-color: #900EEE;
}
</style>
border-color css
<style>
span { border-color: #900EEE; }
span { border-color: rgb(144,14,238); }
td.TdClassName
{
border-color: #900EEE;
}
.TagClassName
{
border-color: #900EEE;
}
</style>