Shades of Dark Violet #990FE1
Tints of Dark Violet #990FE1
RGB
CMYK
RGB Variations
Color information
#990FE1 (or 0x990FE1) is known color: Dark Violet. HEX triplet: 99, 0F and E1. RGB value is (153,15,225). Sum of RGB (Red+Green+Blue) = 153+15+225=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #990FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FE1 is #66F01E. Grayscale: #4F4F4F. Windows color (decimal): -6746143 or 14749593. OLE color: 14749593.
HSL color Cylindrical-coordinate representation of color #990FE1: hue angle of 279.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990FE1 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 15 | 225 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.12 |
| HSL | 279.43º | 0.88% | 0.47% | - |
| HSV(B) | 279.43º | 0.93% | 0.88% | - |
| XYZ | 26.9 | 12.55 | 72.24 | - |
| YUV | 80.2 | 209.72 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 225 | 0.32 | 0.93 | 0 | 0.12 | 279.43 | 0.88 | 0.47 |
| Hex | 99 | F | E1 | 20 | 5D | 0 | C | 117 | 58 | 2F |
| Octal | 231 | 17 | 341 | 40 | 135 | 0 | 14 | 427 | 130 | 57 |
| Binary | 10011001 | 1111 | 11100001 | 100000 | 1011101 | 0 | 1100 | 100010111 | 1011000 | 101111 |
Color Harmonies of #990FE1
Complementary color
Monochromatic Colors of #990FE1
Black with #990FE1
Text Example
Text Example
White with #990FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FE1; }
p { color: rgb(153,15,225); }
H1.HeaderClassName
{
color: #990FE1;
}
.AnyTagClassName
{
color: #990FE1;
}
</style>
background-color css
<style>
a { background-color: #990FE1; }
a { background-color: rgb(153,15,225); }
div.DivClassName
{
background-color: #990FE1;
}
.BgClassName
{
background-color: #990FE1;
}
</style>
border-color css
<style>
span { border-color: #990FE1; }
span { border-color: rgb(153,15,225); }
td.TdClassName
{
border-color: #990FE1;
}
.TagClassName
{
border-color: #990FE1;
}
</style>