Shades of Dark Violet #990DF2
Tints of Dark Violet #990DF2
RGB
CMYK
RGB Variations
Color information
#990DF2 (or 0x990DF2) is known color: Dark Violet. HEX triplet: 99, 0D and F2. RGB value is (153,13,242). Sum of RGB (Red+Green+Blue) = 153+13+242=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #990DF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990DF2 is #66F20D. Grayscale: #505050. Windows color (decimal): -6746638 or 15863193. OLE color: 15863193.
HSL color Cylindrical-coordinate representation of color #990DF2: hue angle of 276.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990DF2 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 13 | 242 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.05 |
| HSL | 276.68º | 0.9% | 0.5% | - |
| HSV(B) | 276.68º | 0.95% | 0.95% | - |
| XYZ | 29.31 | 13.47 | 85.06 | - |
| YUV | 80.97 | 218.88 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 242 | 0.37 | 0.95 | 0 | 0.05 | 276.68 | 0.9 | 0.5 |
| Hex | 99 | D | F2 | 25 | 5F | 0 | 5 | 115 | 5A | 32 |
| Octal | 231 | 15 | 362 | 45 | 137 | 0 | 5 | 425 | 132 | 62 |
| Binary | 10011001 | 1101 | 11110010 | 100101 | 1011111 | 0 | 101 | 100010101 | 1011010 | 110010 |
Color Harmonies of #990DF2
Complementary color
Monochromatic Colors of #990DF2
Black with #990DF2
Text Example
Text Example
White with #990DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DF2; }
p { color: rgb(153,13,242); }
H1.HeaderClassName
{
color: #990DF2;
}
.AnyTagClassName
{
color: #990DF2;
}
</style>
background-color css
<style>
a { background-color: #990DF2; }
a { background-color: rgb(153,13,242); }
div.DivClassName
{
background-color: #990DF2;
}
.BgClassName
{
background-color: #990DF2;
}
</style>
border-color css
<style>
span { border-color: #990DF2; }
span { border-color: rgb(153,13,242); }
td.TdClassName
{
border-color: #990DF2;
}
.TagClassName
{
border-color: #990DF2;
}
</style>