Shades of Dark Violet #990CC9
Tints of Dark Violet #990CC9
RGB
CMYK
RGB Variations
Color information
#990CC9 (or 0x990CC9) is known color: Dark Violet. HEX triplet: 99, 0C and C9. RGB value is (153,12,201). Sum of RGB (Red+Green+Blue) = 153+12+201=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #990CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CC9 is #66F336. Grayscale: #4B4B4B. Windows color (decimal): -6746935 or 13175961. OLE color: 13175961.
HSL color Cylindrical-coordinate representation of color #990CC9: hue angle of 284.76º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990CC9 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 12 | 201 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.21 |
| HSL | 284.76º | 0.89% | 0.42% | - |
| HSV(B) | 284.76º | 0.94% | 0.79% | - |
| XYZ | 23.81 | 11.25 | 56.18 | - |
| YUV | 75.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 201 | 0.24 | 0.94 | 0 | 0.21 | 284.76 | 0.89 | 0.42 |
| Hex | 99 | C | C9 | 18 | 5E | 0 | 15 | 11D | 59 | 2A |
| Octal | 231 | 14 | 311 | 30 | 136 | 0 | 25 | 435 | 131 | 52 |
| Binary | 10011001 | 1100 | 11001001 | 11000 | 1011110 | 0 | 10101 | 100011101 | 1011001 | 101010 |
Color Harmonies of #990CC9
Complementary color
Monochromatic Colors of #990CC9
Black with #990CC9
Text Example
Text Example
White with #990CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CC9; }
p { color: rgb(153,12,201); }
H1.HeaderClassName
{
color: #990CC9;
}
.AnyTagClassName
{
color: #990CC9;
}
</style>
background-color css
<style>
a { background-color: #990CC9; }
a { background-color: rgb(153,12,201); }
div.DivClassName
{
background-color: #990CC9;
}
.BgClassName
{
background-color: #990CC9;
}
</style>
border-color css
<style>
span { border-color: #990CC9; }
span { border-color: rgb(153,12,201); }
td.TdClassName
{
border-color: #990CC9;
}
.TagClassName
{
border-color: #990CC9;
}
</style>