Shades of Dark Violet #990CDC
Tints of Dark Violet #990CDC
RGB
CMYK
RGB Variations
Color information
#990CDC (or 0x990CDC) is known color: Dark Violet. HEX triplet: 99, 0C and DC. RGB value is (153,12,220). Sum of RGB (Red+Green+Blue) = 153+12+220=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #990CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CDC is #66F323. Grayscale: #4D4D4D. Windows color (decimal): -6746916 or 14421145. OLE color: 14421145.
HSL color Cylindrical-coordinate representation of color #990CDC: hue angle of 280.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990CDC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 12 | 220 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.14 |
| HSL | 280.67º | 0.9% | 0.45% | - |
| HSV(B) | 280.67º | 0.95% | 0.86% | - |
| XYZ | 26.19 | 12.2 | 68.69 | - |
| YUV | 77.87 | 208.21 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 220 | 0.30 | 0.95 | 0 | 0.14 | 280.67 | 0.9 | 0.45 |
| Hex | 99 | C | DC | 1E | 5F | 0 | E | 119 | 5A | 2D |
| Octal | 231 | 14 | 334 | 36 | 137 | 0 | 16 | 431 | 132 | 55 |
| Binary | 10011001 | 1100 | 11011100 | 11110 | 1011111 | 0 | 1110 | 100011001 | 1011010 | 101101 |
Color Harmonies of #990CDC
Complementary color
Monochromatic Colors of #990CDC
Black with #990CDC
Text Example
Text Example
White with #990CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CDC; }
p { color: rgb(153,12,220); }
H1.HeaderClassName
{
color: #990CDC;
}
.AnyTagClassName
{
color: #990CDC;
}
</style>
background-color css
<style>
a { background-color: #990CDC; }
a { background-color: rgb(153,12,220); }
div.DivClassName
{
background-color: #990CDC;
}
.BgClassName
{
background-color: #990CDC;
}
</style>
border-color css
<style>
span { border-color: #990CDC; }
span { border-color: rgb(153,12,220); }
td.TdClassName
{
border-color: #990CDC;
}
.TagClassName
{
border-color: #990CDC;
}
</style>