Shades of Dark Violet #990FEE
Tints of Dark Violet #990FEE
RGB
CMYK
RGB Variations
Color information
#990FEE (or 0x990FEE) is known color: Dark Violet. HEX triplet: 99, 0F and EE. RGB value is (153,15,238). Sum of RGB (Red+Green+Blue) = 153+15+238=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #990FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FEE is #66F011. Grayscale: #505050. Windows color (decimal): -6746130 or 15601561. OLE color: 15601561.
HSL color Cylindrical-coordinate representation of color #990FEE: hue angle of 277.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990FEE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 15 | 238 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.07 |
| HSL | 277.13º | 0.88% | 0.5% | - |
| HSV(B) | 277.13º | 0.94% | 0.93% | - |
| XYZ | 28.74 | 13.29 | 81.94 | - |
| YUV | 81.68 | 216.22 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 238 | 0.36 | 0.94 | 0 | 0.07 | 277.13 | 0.88 | 0.5 |
| Hex | 99 | F | EE | 24 | 5E | 0 | 7 | 115 | 58 | 32 |
| Octal | 231 | 17 | 356 | 44 | 136 | 0 | 7 | 425 | 130 | 62 |
| Binary | 10011001 | 1111 | 11101110 | 100100 | 1011110 | 0 | 111 | 100010101 | 1011000 | 110010 |
Color Harmonies of #990FEE
Complementary color
Monochromatic Colors of #990FEE
Black with #990FEE
Text Example
Text Example
White with #990FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FEE; }
p { color: rgb(153,15,238); }
H1.HeaderClassName
{
color: #990FEE;
}
.AnyTagClassName
{
color: #990FEE;
}
</style>
background-color css
<style>
a { background-color: #990FEE; }
a { background-color: rgb(153,15,238); }
div.DivClassName
{
background-color: #990FEE;
}
.BgClassName
{
background-color: #990FEE;
}
</style>
border-color css
<style>
span { border-color: #990FEE; }
span { border-color: rgb(153,15,238); }
td.TdClassName
{
border-color: #990FEE;
}
.TagClassName
{
border-color: #990FEE;
}
</style>