Shades of Dark Violet #990BBF
Tints of Dark Violet #990BBF
RGB
CMYK
RGB Variations
Color information
#990BBF (or 0x990BBF) is known color: Dark Violet. HEX triplet: 99, 0B and BF. RGB value is (153,11,191). Sum of RGB (Red+Green+Blue) = 153+11+191=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #990BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BBF is #66F440. Grayscale: #494949. Windows color (decimal): -6747201 or 12520345. OLE color: 12520345.
HSL color Cylindrical-coordinate representation of color #990BBF: hue angle of 287.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990BBF is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 11 | 191 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.25 |
| HSL | 287.33º | 0.89% | 0.4% | - |
| HSV(B) | 287.33º | 0.94% | 0.75% | - |
| XYZ | 22.66 | 10.77 | 50.18 | - |
| YUV | 73.98 | 194.04 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 191 | 0.20 | 0.94 | 0 | 0.25 | 287.33 | 0.89 | 0.4 |
| Hex | 99 | B | BF | 14 | 5E | 0 | 19 | 11F | 59 | 28 |
| Octal | 231 | 13 | 277 | 24 | 136 | 0 | 31 | 437 | 131 | 50 |
| Binary | 10011001 | 1011 | 10111111 | 10100 | 1011110 | 0 | 11001 | 100011111 | 1011001 | 101000 |
Color Harmonies of #990BBF
Complementary color
Monochromatic Colors of #990BBF
Black with #990BBF
Text Example
Text Example
White with #990BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990BBF; }
p { color: rgb(153,11,191); }
H1.HeaderClassName
{
color: #990BBF;
}
.AnyTagClassName
{
color: #990BBF;
}
</style>
background-color css
<style>
a { background-color: #990BBF; }
a { background-color: rgb(153,11,191); }
div.DivClassName
{
background-color: #990BBF;
}
.BgClassName
{
background-color: #990BBF;
}
</style>
border-color css
<style>
span { border-color: #990BBF; }
span { border-color: rgb(153,11,191); }
td.TdClassName
{
border-color: #990BBF;
}
.TagClassName
{
border-color: #990BBF;
}
</style>