Shades of Dark Violet #990DDA
Tints of Dark Violet #990DDA
RGB
CMYK
RGB Variations
Color information
#990DDA (or 0x990DDA) is known color: Dark Violet. HEX triplet: 99, 0D and DA. RGB value is (153,13,218). Sum of RGB (Red+Green+Blue) = 153+13+218=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #990DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990DDA is #66F225. Grayscale: #4D4D4D. Windows color (decimal): -6746662 or 14290329. OLE color: 14290329.
HSL color Cylindrical-coordinate representation of color #990DDA: hue angle of 280.98º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990DDA is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 13 | 218 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.15 |
| HSL | 280.98º | 0.89% | 0.45% | - |
| HSV(B) | 280.98º | 0.94% | 0.85% | - |
| XYZ | 25.94 | 12.12 | 67.3 | - |
| YUV | 78.23 | 206.88 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 218 | 0.30 | 0.94 | 0 | 0.15 | 280.98 | 0.89 | 0.45 |
| Hex | 99 | D | DA | 1E | 5E | 0 | F | 119 | 59 | 2D |
| Octal | 231 | 15 | 332 | 36 | 136 | 0 | 17 | 431 | 131 | 55 |
| Binary | 10011001 | 1101 | 11011010 | 11110 | 1011110 | 0 | 1111 | 100011001 | 1011001 | 101101 |
Color Harmonies of #990DDA
Complementary color
Monochromatic Colors of #990DDA
Black with #990DDA
Text Example
Text Example
White with #990DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DDA; }
p { color: rgb(153,13,218); }
H1.HeaderClassName
{
color: #990DDA;
}
.AnyTagClassName
{
color: #990DDA;
}
</style>
background-color css
<style>
a { background-color: #990DDA; }
a { background-color: rgb(153,13,218); }
div.DivClassName
{
background-color: #990DDA;
}
.BgClassName
{
background-color: #990DDA;
}
</style>
border-color css
<style>
span { border-color: #990DDA; }
span { border-color: rgb(153,13,218); }
td.TdClassName
{
border-color: #990DDA;
}
.TagClassName
{
border-color: #990DDA;
}
</style>