Shades of Dark Violet #990FB9
Tints of Dark Violet #990FB9
RGB
CMYK
RGB Variations
Color information
#990FB9 (or 0x990FB9) is known color: Dark Violet. HEX triplet: 99, 0F and B9. RGB value is (153,15,185). Sum of RGB (Red+Green+Blue) = 153+15+185=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #990FB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FB9 is #66F046. Grayscale: #4B4B4B. Windows color (decimal): -6746183 or 12128153. OLE color: 12128153.
HSL color Cylindrical-coordinate representation of color #990FB9: hue angle of 288.71º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990FB9 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 15 | 185 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.27 |
| HSL | 288.71º | 0.85% | 0.39% | - |
| HSV(B) | 288.71º | 0.92% | 0.73% | - |
| XYZ | 22.06 | 10.62 | 46.79 | - |
| YUV | 75.64 | 189.72 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 185 | 0.17 | 0.92 | 0 | 0.27 | 288.71 | 0.85 | 0.39 |
| Hex | 99 | F | B9 | 11 | 5C | 0 | 1B | 121 | 55 | 27 |
| Octal | 231 | 17 | 271 | 21 | 134 | 0 | 33 | 441 | 125 | 47 |
| Binary | 10011001 | 1111 | 10111001 | 10001 | 1011100 | 0 | 11011 | 100100001 | 1010101 | 100111 |
Color Harmonies of #990FB9
Complementary color
Monochromatic Colors of #990FB9
Black with #990FB9
Text Example
Text Example
White with #990FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FB9; }
p { color: rgb(153,15,185); }
H1.HeaderClassName
{
color: #990FB9;
}
.AnyTagClassName
{
color: #990FB9;
}
</style>
background-color css
<style>
a { background-color: #990FB9; }
a { background-color: rgb(153,15,185); }
div.DivClassName
{
background-color: #990FB9;
}
.BgClassName
{
background-color: #990FB9;
}
</style>
border-color css
<style>
span { border-color: #990FB9; }
span { border-color: rgb(153,15,185); }
td.TdClassName
{
border-color: #990FB9;
}
.TagClassName
{
border-color: #990FB9;
}
</style>