Shades of Dark Violet #990CBA
Tints of Dark Violet #990CBA
RGB
CMYK
RGB Variations
Color information
#990CBA (or 0x990CBA) is known color: Dark Violet. HEX triplet: 99, 0C and BA. RGB value is (153,12,186). Sum of RGB (Red+Green+Blue) = 153+12+186=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #990CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CBA is #66F345. Grayscale: #494949. Windows color (decimal): -6746950 or 12192921. OLE color: 12192921.
HSL color Cylindrical-coordinate representation of color #990CBA: hue angle of 288.62º degrees, saturation: 0.88, 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 #990CBA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 12 | 186 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.27 |
| HSL | 288.62º | 0.88% | 0.39% | - |
| HSV(B) | 288.62º | 0.94% | 0.73% | - |
| XYZ | 22.13 | 10.58 | 47.33 | - |
| YUV | 74 | 191.21 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 186 | 0.18 | 0.94 | 0 | 0.27 | 288.62 | 0.88 | 0.39 |
| Hex | 99 | C | BA | 12 | 5E | 0 | 1B | 121 | 58 | 27 |
| Octal | 231 | 14 | 272 | 22 | 136 | 0 | 33 | 441 | 130 | 47 |
| Binary | 10011001 | 1100 | 10111010 | 10010 | 1011110 | 0 | 11011 | 100100001 | 1011000 | 100111 |
Color Harmonies of #990CBA
Complementary color
Monochromatic Colors of #990CBA
Black with #990CBA
Text Example
Text Example
White with #990CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CBA; }
p { color: rgb(153,12,186); }
H1.HeaderClassName
{
color: #990CBA;
}
.AnyTagClassName
{
color: #990CBA;
}
</style>
background-color css
<style>
a { background-color: #990CBA; }
a { background-color: rgb(153,12,186); }
div.DivClassName
{
background-color: #990CBA;
}
.BgClassName
{
background-color: #990CBA;
}
</style>
border-color css
<style>
span { border-color: #990CBA; }
span { border-color: rgb(153,12,186); }
td.TdClassName
{
border-color: #990CBA;
}
.TagClassName
{
border-color: #990CBA;
}
</style>