Shades of Dark Violet #990DBF
Tints of Dark Violet #990DBF
RGB
CMYK
RGB Variations
Color information
#990DBF (or 0x990DBF) is known color: Dark Violet. HEX triplet: 99, 0D and BF. RGB value is (153,13,191). Sum of RGB (Red+Green+Blue) = 153+13+191=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #990DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DBF is #66F240. Grayscale: #4A4A4A. Windows color (decimal): -6746689 or 12520857. OLE color: 12520857.
HSL color Cylindrical-coordinate representation of color #990DBF: hue angle of 287.19º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990DBF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 13 | 191 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.25 |
| HSL | 287.19º | 0.87% | 0.4% | - |
| HSV(B) | 287.19º | 0.93% | 0.75% | - |
| XYZ | 22.68 | 10.82 | 50.18 | - |
| YUV | 75.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 191 | 0.20 | 0.93 | 0 | 0.25 | 287.19 | 0.87 | 0.4 |
| Hex | 99 | D | BF | 14 | 5D | 0 | 19 | 11F | 57 | 28 |
| Octal | 231 | 15 | 277 | 24 | 135 | 0 | 31 | 437 | 127 | 50 |
| Binary | 10011001 | 1101 | 10111111 | 10100 | 1011101 | 0 | 11001 | 100011111 | 1010111 | 101000 |
Color Harmonies of #990DBF
Complementary color
Monochromatic Colors of #990DBF
Black with #990DBF
Text Example
Text Example
White with #990DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DBF; }
p { color: rgb(153,13,191); }
H1.HeaderClassName
{
color: #990DBF;
}
.AnyTagClassName
{
color: #990DBF;
}
</style>
background-color css
<style>
a { background-color: #990DBF; }
a { background-color: rgb(153,13,191); }
div.DivClassName
{
background-color: #990DBF;
}
.BgClassName
{
background-color: #990DBF;
}
</style>
border-color css
<style>
span { border-color: #990DBF; }
span { border-color: rgb(153,13,191); }
td.TdClassName
{
border-color: #990DBF;
}
.TagClassName
{
border-color: #990DBF;
}
</style>