Shades of Dark Violet #990BBC
Tints of Dark Violet #990BBC
RGB
CMYK
RGB Variations
Color information
#990BBC (or 0x990BBC) is known color: Dark Violet. HEX triplet: 99, 0B and BC. RGB value is (153,11,188). Sum of RGB (Red+Green+Blue) = 153+11+188=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #990BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BBC is #66F443. Grayscale: #494949. Windows color (decimal): -6747204 or 12323737. OLE color: 12323737.
HSL color Cylindrical-coordinate representation of color #990BBC: hue angle of 288.14º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990BBC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 11 | 188 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.26 |
| HSL | 288.14º | 0.89% | 0.39% | - |
| HSV(B) | 288.14º | 0.94% | 0.74% | - |
| XYZ | 22.33 | 10.64 | 48.45 | - |
| YUV | 73.64 | 192.54 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 188 | 0.19 | 0.94 | 0 | 0.26 | 288.14 | 0.89 | 0.39 |
| Hex | 99 | B | BC | 13 | 5E | 0 | 1A | 120 | 59 | 27 |
| Octal | 231 | 13 | 274 | 23 | 136 | 0 | 32 | 440 | 131 | 47 |
| Binary | 10011001 | 1011 | 10111100 | 10011 | 1011110 | 0 | 11010 | 100100000 | 1011001 | 100111 |
Color Harmonies of #990BBC
Complementary color
Monochromatic Colors of #990BBC
Black with #990BBC
Text Example
Text Example
White with #990BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BBC; }
p { color: rgb(153,11,188); }
H1.HeaderClassName
{
color: #990BBC;
}
.AnyTagClassName
{
color: #990BBC;
}
</style>
background-color css
<style>
a { background-color: #990BBC; }
a { background-color: rgb(153,11,188); }
div.DivClassName
{
background-color: #990BBC;
}
.BgClassName
{
background-color: #990BBC;
}
</style>
border-color css
<style>
span { border-color: #990BBC; }
span { border-color: rgb(153,11,188); }
td.TdClassName
{
border-color: #990BBC;
}
.TagClassName
{
border-color: #990BBC;
}
</style>