Shades of Dark Violet #990DF4
Tints of Dark Violet #990DF4
RGB
CMYK
RGB Variations
Color information
#990DF4 (or 0x990DF4) is known color: Dark Violet. HEX triplet: 99, 0D and F4. RGB value is (153,13,244). Sum of RGB (Red+Green+Blue) = 153+13+244=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 244 (95.70% from 255 or 59.51% from 410); Max value from RGB is 244 - color contains mainly: blue. Hex color #990DF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990DF4 is #66F20B. Grayscale: #505050. Windows color (decimal): -6746636 or 15994265. OLE color: 15994265.
HSL color Cylindrical-coordinate representation of color #990DF4: hue angle of 276.36º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990DF4 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 13 | 244 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.04 |
| HSL | 276.36º | 0.91% | 0.5% | - |
| HSV(B) | 276.36º | 0.95% | 0.96% | - |
| XYZ | 29.61 | 13.59 | 86.65 | - |
| YUV | 81.19 | 219.88 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 244 | 0.37 | 0.95 | 0 | 0.04 | 276.36 | 0.91 | 0.5 |
| Hex | 99 | D | F4 | 25 | 5F | 0 | 4 | 114 | 5B | 32 |
| Octal | 231 | 15 | 364 | 45 | 137 | 0 | 4 | 424 | 133 | 62 |
| Binary | 10011001 | 1101 | 11110100 | 100101 | 1011111 | 0 | 100 | 100010100 | 1011011 | 110010 |
Color Harmonies of #990DF4
Complementary color
Monochromatic Colors of #990DF4
Black with #990DF4
Text Example
Text Example
White with #990DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DF4; }
p { color: rgb(153,13,244); }
H1.HeaderClassName
{
color: #990DF4;
}
.AnyTagClassName
{
color: #990DF4;
}
</style>
background-color css
<style>
a { background-color: #990DF4; }
a { background-color: rgb(153,13,244); }
div.DivClassName
{
background-color: #990DF4;
}
.BgClassName
{
background-color: #990DF4;
}
</style>
border-color css
<style>
span { border-color: #990DF4; }
span { border-color: rgb(153,13,244); }
td.TdClassName
{
border-color: #990DF4;
}
.TagClassName
{
border-color: #990DF4;
}
</style>