Shades of Dark Violet #990CC8
Tints of Dark Violet #990CC8
RGB
CMYK
RGB Variations
Color information
#990CC8 (or 0x990CC8) is known color: Dark Violet. HEX triplet: 99, 0C and C8. RGB value is (153,12,200). Sum of RGB (Red+Green+Blue) = 153+12+200=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #990CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CC8 is #66F337. Grayscale: #4A4A4A. Windows color (decimal): -6746936 or 13110425. OLE color: 13110425.
HSL color Cylindrical-coordinate representation of color #990CC8: hue angle of 285º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990CC8 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 12 | 200 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.22 |
| HSL | 285º | 0.89% | 0.42% | - |
| HSV(B) | 285º | 0.94% | 0.78% | - |
| XYZ | 23.69 | 11.21 | 55.56 | - |
| YUV | 75.59 | 198.21 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 200 | 0.24 | 0.94 | 0 | 0.22 | 285 | 0.89 | 0.42 |
| Hex | 99 | C | C8 | 18 | 5E | 0 | 16 | 11D | 59 | 2A |
| Octal | 231 | 14 | 310 | 30 | 136 | 0 | 26 | 435 | 131 | 52 |
| Binary | 10011001 | 1100 | 11001000 | 11000 | 1011110 | 0 | 10110 | 100011101 | 1011001 | 101010 |
Color Harmonies of #990CC8
Complementary color
Monochromatic Colors of #990CC8
Black with #990CC8
Text Example
Text Example
White with #990CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CC8; }
p { color: rgb(153,12,200); }
H1.HeaderClassName
{
color: #990CC8;
}
.AnyTagClassName
{
color: #990CC8;
}
</style>
background-color css
<style>
a { background-color: #990CC8; }
a { background-color: rgb(153,12,200); }
div.DivClassName
{
background-color: #990CC8;
}
.BgClassName
{
background-color: #990CC8;
}
</style>
border-color css
<style>
span { border-color: #990CC8; }
span { border-color: rgb(153,12,200); }
td.TdClassName
{
border-color: #990CC8;
}
.TagClassName
{
border-color: #990CC8;
}
</style>