Shades of Dark Violet #990CD8
Tints of Dark Violet #990CD8
RGB
CMYK
RGB Variations
Color information
#990CD8 (or 0x990CD8) is known color: Dark Violet. HEX triplet: 99, 0C and D8. RGB value is (153,12,216). Sum of RGB (Red+Green+Blue) = 153+12+216=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #990CD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CD8 is #66F327. Grayscale: #4C4C4C. Windows color (decimal): -6746920 or 14159001. OLE color: 14159001.
HSL color Cylindrical-coordinate representation of color #990CD8: hue angle of 281.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990CD8 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 12 | 216 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.15 |
| HSL | 281.47º | 0.89% | 0.45% | - |
| HSV(B) | 281.47º | 0.94% | 0.85% | - |
| XYZ | 25.66 | 11.99 | 65.93 | - |
| YUV | 77.42 | 206.21 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 216 | 0.29 | 0.94 | 0 | 0.15 | 281.47 | 0.89 | 0.45 |
| Hex | 99 | C | D8 | 1D | 5E | 0 | F | 119 | 59 | 2D |
| Octal | 231 | 14 | 330 | 35 | 136 | 0 | 17 | 431 | 131 | 55 |
| Binary | 10011001 | 1100 | 11011000 | 11101 | 1011110 | 0 | 1111 | 100011001 | 1011001 | 101101 |
Color Harmonies of #990CD8
Complementary color
Monochromatic Colors of #990CD8
Black with #990CD8
Text Example
Text Example
White with #990CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CD8; }
p { color: rgb(153,12,216); }
H1.HeaderClassName
{
color: #990CD8;
}
.AnyTagClassName
{
color: #990CD8;
}
</style>
background-color css
<style>
a { background-color: #990CD8; }
a { background-color: rgb(153,12,216); }
div.DivClassName
{
background-color: #990CD8;
}
.BgClassName
{
background-color: #990CD8;
}
</style>
border-color css
<style>
span { border-color: #990CD8; }
span { border-color: rgb(153,12,216); }
td.TdClassName
{
border-color: #990CD8;
}
.TagClassName
{
border-color: #990CD8;
}
</style>