Shades of Dark Violet #990CE6
Tints of Dark Violet #990CE6
RGB
CMYK
RGB Variations
Color information
#990CE6 (or 0x990CE6) is known color: Dark Violet. HEX triplet: 99, 0C and E6. RGB value is (153,12,230). Sum of RGB (Red+Green+Blue) = 153+12+230=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #990CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990CE6 is #66F319. Grayscale: #4E4E4E. Windows color (decimal): -6746906 or 15076505. OLE color: 15076505.
HSL color Cylindrical-coordinate representation of color #990CE6: hue angle of 278.81º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990CE6 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 12 | 230 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.10 |
| HSL | 278.81º | 0.9% | 0.47% | - |
| HSV(B) | 278.81º | 0.95% | 0.9% | - |
| XYZ | 27.55 | 12.75 | 75.87 | - |
| YUV | 79.01 | 213.21 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 230 | 0.33 | 0.95 | 0 | 0.10 | 278.81 | 0.9 | 0.47 |
| Hex | 99 | C | E6 | 21 | 5F | 0 | A | 117 | 5A | 2F |
| Octal | 231 | 14 | 346 | 41 | 137 | 0 | 12 | 427 | 132 | 57 |
| Binary | 10011001 | 1100 | 11100110 | 100001 | 1011111 | 0 | 1010 | 100010111 | 1011010 | 101111 |
Color Harmonies of #990CE6
Complementary color
Monochromatic Colors of #990CE6
Black with #990CE6
Text Example
Text Example
White with #990CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CE6; }
p { color: rgb(153,12,230); }
H1.HeaderClassName
{
color: #990CE6;
}
.AnyTagClassName
{
color: #990CE6;
}
</style>
background-color css
<style>
a { background-color: #990CE6; }
a { background-color: rgb(153,12,230); }
div.DivClassName
{
background-color: #990CE6;
}
.BgClassName
{
background-color: #990CE6;
}
</style>
border-color css
<style>
span { border-color: #990CE6; }
span { border-color: rgb(153,12,230); }
td.TdClassName
{
border-color: #990CE6;
}
.TagClassName
{
border-color: #990CE6;
}
</style>