Shades of Dark Violet #990CC7
Tints of Dark Violet #990CC7
RGB
CMYK
RGB Variations
Color information
#990CC7 (or 0x990CC7) is known color: Dark Violet. HEX triplet: 99, 0C and C7. RGB value is (153,12,199). Sum of RGB (Red+Green+Blue) = 153+12+199=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #990CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CC7 is #66F338. Grayscale: #4A4A4A. Windows color (decimal): -6746937 or 13044889. OLE color: 13044889.
HSL color Cylindrical-coordinate representation of color #990CC7: hue angle of 285.24º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990CC7 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 12 | 199 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.22 |
| HSL | 285.24º | 0.89% | 0.41% | - |
| HSV(B) | 285.24º | 0.94% | 0.78% | - |
| XYZ | 23.58 | 11.16 | 54.94 | - |
| YUV | 75.48 | 197.71 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 199 | 0.23 | 0.94 | 0 | 0.22 | 285.24 | 0.89 | 0.41 |
| Hex | 99 | C | C7 | 17 | 5E | 0 | 16 | 11D | 59 | 29 |
| Octal | 231 | 14 | 307 | 27 | 136 | 0 | 26 | 435 | 131 | 51 |
| Binary | 10011001 | 1100 | 11000111 | 10111 | 1011110 | 0 | 10110 | 100011101 | 1011001 | 101001 |
Color Harmonies of #990CC7
Complementary color
Monochromatic Colors of #990CC7
Black with #990CC7
Text Example
Text Example
White with #990CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CC7; }
p { color: rgb(153,12,199); }
H1.HeaderClassName
{
color: #990CC7;
}
.AnyTagClassName
{
color: #990CC7;
}
</style>
background-color css
<style>
a { background-color: #990CC7; }
a { background-color: rgb(153,12,199); }
div.DivClassName
{
background-color: #990CC7;
}
.BgClassName
{
background-color: #990CC7;
}
</style>
border-color css
<style>
span { border-color: #990CC7; }
span { border-color: rgb(153,12,199); }
td.TdClassName
{
border-color: #990CC7;
}
.TagClassName
{
border-color: #990CC7;
}
</style>