Shades of Dark Violet #990BBA
Tints of Dark Violet #990BBA
RGB
CMYK
RGB Variations
Color information
#990BBA (or 0x990BBA) is known color: Dark Violet. HEX triplet: 99, 0B and BA. RGB value is (153,11,186). Sum of RGB (Red+Green+Blue) = 153+11+186=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #990BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BBA is #66F445. Grayscale: #484848. Windows color (decimal): -6747206 or 12192665. OLE color: 12192665.
HSL color Cylindrical-coordinate representation of color #990BBA: hue angle of 288.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990BBA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 11 | 186 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.27 |
| HSL | 288.69º | 0.89% | 0.39% | - |
| HSV(B) | 288.69º | 0.94% | 0.73% | - |
| XYZ | 22.12 | 10.56 | 47.33 | - |
| YUV | 73.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 186 | 0.18 | 0.94 | 0 | 0.27 | 288.69 | 0.89 | 0.39 |
| Hex | 99 | B | BA | 12 | 5E | 0 | 1B | 121 | 59 | 27 |
| Octal | 231 | 13 | 272 | 22 | 136 | 0 | 33 | 441 | 131 | 47 |
| Binary | 10011001 | 1011 | 10111010 | 10010 | 1011110 | 0 | 11011 | 100100001 | 1011001 | 100111 |
Color Harmonies of #990BBA
Complementary color
Monochromatic Colors of #990BBA
Black with #990BBA
Text Example
Text Example
White with #990BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BBA; }
p { color: rgb(153,11,186); }
H1.HeaderClassName
{
color: #990BBA;
}
.AnyTagClassName
{
color: #990BBA;
}
</style>
background-color css
<style>
a { background-color: #990BBA; }
a { background-color: rgb(153,11,186); }
div.DivClassName
{
background-color: #990BBA;
}
.BgClassName
{
background-color: #990BBA;
}
</style>
border-color css
<style>
span { border-color: #990BBA; }
span { border-color: rgb(153,11,186); }
td.TdClassName
{
border-color: #990BBA;
}
.TagClassName
{
border-color: #990BBA;
}
</style>