Shades of Dark Violet #990CEE
Tints of Dark Violet #990CEE
RGB
CMYK
RGB Variations
Color information
#990CEE (or 0x990CEE) is known color: Dark Violet. HEX triplet: 99, 0C and EE. RGB value is (153,12,238). Sum of RGB (Red+Green+Blue) = 153+12+238=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #990CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990CEE is #66F311. Grayscale: #4F4F4F. Windows color (decimal): -6746898 or 15600793. OLE color: 15600793.
HSL color Cylindrical-coordinate representation of color #990CEE: hue angle of 277.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990CEE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 12 | 238 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.07 |
| HSL | 277.43º | 0.9% | 0.49% | - |
| HSV(B) | 277.43º | 0.95% | 0.93% | - |
| XYZ | 28.7 | 13.21 | 81.93 | - |
| YUV | 79.92 | 217.21 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 238 | 0.36 | 0.95 | 0 | 0.07 | 277.43 | 0.9 | 0.49 |
| Hex | 99 | C | EE | 24 | 5F | 0 | 7 | 115 | 5A | 31 |
| Octal | 231 | 14 | 356 | 44 | 137 | 0 | 7 | 425 | 132 | 61 |
| Binary | 10011001 | 1100 | 11101110 | 100100 | 1011111 | 0 | 111 | 100010101 | 1011010 | 110001 |
Color Harmonies of #990CEE
Complementary color
Monochromatic Colors of #990CEE
Black with #990CEE
Text Example
Text Example
White with #990CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CEE; }
p { color: rgb(153,12,238); }
H1.HeaderClassName
{
color: #990CEE;
}
.AnyTagClassName
{
color: #990CEE;
}
</style>
background-color css
<style>
a { background-color: #990CEE; }
a { background-color: rgb(153,12,238); }
div.DivClassName
{
background-color: #990CEE;
}
.BgClassName
{
background-color: #990CEE;
}
</style>
border-color css
<style>
span { border-color: #990CEE; }
span { border-color: rgb(153,12,238); }
td.TdClassName
{
border-color: #990CEE;
}
.TagClassName
{
border-color: #990CEE;
}
</style>