Shades of Dark Violet #990FDA
Tints of Dark Violet #990FDA
RGB
CMYK
RGB Variations
Color information
#990FDA (or 0x990FDA) is known color: Dark Violet. HEX triplet: 99, 0F and DA. RGB value is (153,15,218). Sum of RGB (Red+Green+Blue) = 153+15+218=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #990FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990FDA is #66F025. Grayscale: #4E4E4E. Windows color (decimal): -6746150 or 14290841. OLE color: 14290841.
HSL color Cylindrical-coordinate representation of color #990FDA: hue angle of 280.79º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990FDA is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 15 | 218 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.15 |
| HSL | 280.79º | 0.87% | 0.46% | - |
| HSV(B) | 280.79º | 0.93% | 0.85% | - |
| XYZ | 25.96 | 12.18 | 67.31 | - |
| YUV | 79.4 | 206.22 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 218 | 0.30 | 0.93 | 0 | 0.15 | 280.79 | 0.87 | 0.46 |
| Hex | 99 | F | DA | 1E | 5D | 0 | F | 119 | 57 | 2E |
| Octal | 231 | 17 | 332 | 36 | 135 | 0 | 17 | 431 | 127 | 56 |
| Binary | 10011001 | 1111 | 11011010 | 11110 | 1011101 | 0 | 1111 | 100011001 | 1010111 | 101110 |
Color Harmonies of #990FDA
Complementary color
Monochromatic Colors of #990FDA
Black with #990FDA
Text Example
Text Example
White with #990FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FDA; }
p { color: rgb(153,15,218); }
H1.HeaderClassName
{
color: #990FDA;
}
.AnyTagClassName
{
color: #990FDA;
}
</style>
background-color css
<style>
a { background-color: #990FDA; }
a { background-color: rgb(153,15,218); }
div.DivClassName
{
background-color: #990FDA;
}
.BgClassName
{
background-color: #990FDA;
}
</style>
border-color css
<style>
span { border-color: #990FDA; }
span { border-color: rgb(153,15,218); }
td.TdClassName
{
border-color: #990FDA;
}
.TagClassName
{
border-color: #990FDA;
}
</style>