Shades of Dark Violet #990FDD
Tints of Dark Violet #990FDD
RGB
CMYK
RGB Variations
Color information
#990FDD (or 0x990FDD) is known color: Dark Violet. HEX triplet: 99, 0F and DD. RGB value is (153,15,221). Sum of RGB (Red+Green+Blue) = 153+15+221=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #990FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FDD is #66F022. Grayscale: #4F4F4F. Windows color (decimal): -6746147 or 14487449. OLE color: 14487449.
HSL color Cylindrical-coordinate representation of color #990FDD: hue angle of 280.19º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990FDD is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 15 | 221 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.13 |
| HSL | 280.19º | 0.87% | 0.46% | - |
| HSV(B) | 280.19º | 0.93% | 0.87% | - |
| XYZ | 26.36 | 12.33 | 69.4 | - |
| YUV | 79.75 | 207.72 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 221 | 0.31 | 0.93 | 0 | 0.13 | 280.19 | 0.87 | 0.46 |
| Hex | 99 | F | DD | 1F | 5D | 0 | D | 118 | 57 | 2E |
| Octal | 231 | 17 | 335 | 37 | 135 | 0 | 15 | 430 | 127 | 56 |
| Binary | 10011001 | 1111 | 11011101 | 11111 | 1011101 | 0 | 1101 | 100011000 | 1010111 | 101110 |
Color Harmonies of #990FDD
Complementary color
Monochromatic Colors of #990FDD
Black with #990FDD
Text Example
Text Example
White with #990FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FDD; }
p { color: rgb(153,15,221); }
H1.HeaderClassName
{
color: #990FDD;
}
.AnyTagClassName
{
color: #990FDD;
}
</style>
background-color css
<style>
a { background-color: #990FDD; }
a { background-color: rgb(153,15,221); }
div.DivClassName
{
background-color: #990FDD;
}
.BgClassName
{
background-color: #990FDD;
}
</style>
border-color css
<style>
span { border-color: #990FDD; }
span { border-color: rgb(153,15,221); }
td.TdClassName
{
border-color: #990FDD;
}
.TagClassName
{
border-color: #990FDD;
}
</style>