Shades of Dark Violet #990DD4
Tints of Dark Violet #990DD4
RGB
CMYK
RGB Variations
Color information
#990DD4 (or 0x990DD4) is known color: Dark Violet. HEX triplet: 99, 0D and D4. RGB value is (153,13,212). Sum of RGB (Red+Green+Blue) = 153+13+212=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 212 (83.20% from 255 or 56.08% from 378); Max value from RGB is 212 - color contains mainly: blue. Hex color #990DD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DD4 is #66F22B. Grayscale: #4C4C4C. Windows color (decimal): -6746668 or 13897113. OLE color: 13897113.
HSL color Cylindrical-coordinate representation of color #990DD4: hue angle of 282.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990DD4 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 13 | 212 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.17 |
| HSL | 282.21º | 0.88% | 0.44% | - |
| HSV(B) | 282.21º | 0.94% | 0.83% | - |
| XYZ | 25.16 | 11.81 | 63.24 | - |
| YUV | 77.55 | 203.88 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 212 | 0.28 | 0.94 | 0 | 0.17 | 282.21 | 0.88 | 0.44 |
| Hex | 99 | D | D4 | 1C | 5E | 0 | 11 | 11A | 58 | 2C |
| Octal | 231 | 15 | 324 | 34 | 136 | 0 | 21 | 432 | 130 | 54 |
| Binary | 10011001 | 1101 | 11010100 | 11100 | 1011110 | 0 | 10001 | 100011010 | 1011000 | 101100 |
Color Harmonies of #990DD4
Complementary color
Monochromatic Colors of #990DD4
Black with #990DD4
Text Example
Text Example
White with #990DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DD4; }
p { color: rgb(153,13,212); }
H1.HeaderClassName
{
color: #990DD4;
}
.AnyTagClassName
{
color: #990DD4;
}
</style>
background-color css
<style>
a { background-color: #990DD4; }
a { background-color: rgb(153,13,212); }
div.DivClassName
{
background-color: #990DD4;
}
.BgClassName
{
background-color: #990DD4;
}
</style>
border-color css
<style>
span { border-color: #990DD4; }
span { border-color: rgb(153,13,212); }
td.TdClassName
{
border-color: #990DD4;
}
.TagClassName
{
border-color: #990DD4;
}
</style>