Shades of Dark Violet #990FE7
Tints of Dark Violet #990FE7
RGB
CMYK
RGB Variations
Color information
#990FE7 (or 0x990FE7) is known color: Dark Violet. HEX triplet: 99, 0F and E7. RGB value is (153,15,231). Sum of RGB (Red+Green+Blue) = 153+15+231=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 231 (90.62% from 255 or 57.89% from 399); Max value from RGB is 231 - color contains mainly: blue. Hex color #990FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FE7 is #66F018. Grayscale: #505050. Windows color (decimal): -6746137 or 15142809. OLE color: 15142809.
HSL color Cylindrical-coordinate representation of color #990FE7: hue angle of 278.33º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990FE7 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 15 | 231 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.09 |
| HSL | 278.33º | 0.88% | 0.48% | - |
| HSV(B) | 278.33º | 0.94% | 0.91% | - |
| XYZ | 27.73 | 12.88 | 76.63 | - |
| YUV | 80.89 | 212.72 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 231 | 0.34 | 0.94 | 0 | 0.09 | 278.33 | 0.88 | 0.48 |
| Hex | 99 | F | E7 | 22 | 5E | 0 | 9 | 116 | 58 | 30 |
| Octal | 231 | 17 | 347 | 42 | 136 | 0 | 11 | 426 | 130 | 60 |
| Binary | 10011001 | 1111 | 11100111 | 100010 | 1011110 | 0 | 1001 | 100010110 | 1011000 | 110000 |
Color Harmonies of #990FE7
Complementary color
Monochromatic Colors of #990FE7
Black with #990FE7
Text Example
Text Example
White with #990FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FE7; }
p { color: rgb(153,15,231); }
H1.HeaderClassName
{
color: #990FE7;
}
.AnyTagClassName
{
color: #990FE7;
}
</style>
background-color css
<style>
a { background-color: #990FE7; }
a { background-color: rgb(153,15,231); }
div.DivClassName
{
background-color: #990FE7;
}
.BgClassName
{
background-color: #990FE7;
}
</style>
border-color css
<style>
span { border-color: #990FE7; }
span { border-color: rgb(153,15,231); }
td.TdClassName
{
border-color: #990FE7;
}
.TagClassName
{
border-color: #990FE7;
}
</style>