Shades of Dark Violet #990ED3
Tints of Dark Violet #990ED3
RGB
CMYK
RGB Variations
Color information
#990ED3 (or 0x990ED3) is known color: Dark Violet. HEX triplet: 99, 0E and D3. RGB value is (153,14,211). Sum of RGB (Red+Green+Blue) = 153+14+211=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #990ED3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990ED3 is #66F12C. Grayscale: #4D4D4D. Windows color (decimal): -6746413 or 13831833. OLE color: 13831833.
HSL color Cylindrical-coordinate representation of color #990ED3: hue angle of 282.34º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990ED3 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 14 | 211 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.17 |
| HSL | 282.34º | 0.88% | 0.44% | - |
| HSV(B) | 282.34º | 0.93% | 0.83% | - |
| XYZ | 25.05 | 11.79 | 62.58 | - |
| YUV | 78.02 | 203.05 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 211 | 0.27 | 0.93 | 0 | 0.17 | 282.34 | 0.88 | 0.44 |
| Hex | 99 | E | D3 | 1B | 5D | 0 | 11 | 11A | 58 | 2C |
| Octal | 231 | 16 | 323 | 33 | 135 | 0 | 21 | 432 | 130 | 54 |
| Binary | 10011001 | 1110 | 11010011 | 11011 | 1011101 | 0 | 10001 | 100011010 | 1011000 | 101100 |
Color Harmonies of #990ED3
Complementary color
Monochromatic Colors of #990ED3
Black with #990ED3
Text Example
Text Example
White with #990ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990ED3; }
p { color: rgb(153,14,211); }
H1.HeaderClassName
{
color: #990ED3;
}
.AnyTagClassName
{
color: #990ED3;
}
</style>
background-color css
<style>
a { background-color: #990ED3; }
a { background-color: rgb(153,14,211); }
div.DivClassName
{
background-color: #990ED3;
}
.BgClassName
{
background-color: #990ED3;
}
</style>
border-color css
<style>
span { border-color: #990ED3; }
span { border-color: rgb(153,14,211); }
td.TdClassName
{
border-color: #990ED3;
}
.TagClassName
{
border-color: #990ED3;
}
</style>