Shades of Dark Violet #990AF9
Tints of Dark Violet #990AF9
RGB
CMYK
RGB Variations
Color information
#990AF9 (or 0x990AF9) is known color: Dark Violet. HEX triplet: 99, 0A and F9. RGB value is (153,10,249). Sum of RGB (Red+Green+Blue) = 153+10+249=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #990AF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990AF9 is #66F506. Grayscale: #4F4F4F. Windows color (decimal): -6747399 or 16321177. OLE color: 16321177.
HSL color Cylindrical-coordinate representation of color #990AF9: hue angle of 275.9º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990AF9 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 10 | 249 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.02 |
| HSL | 275.9º | 0.95% | 0.51% | - |
| HSV(B) | 275.9º | 0.96% | 0.98% | - |
| XYZ | 30.34 | 13.83 | 90.69 | - |
| YUV | 80 | 223.38 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 249 | 0.39 | 0.96 | 0 | 0.02 | 275.9 | 0.95 | 0.51 |
| Hex | 99 | A | F9 | 27 | 60 | 0 | 2 | 114 | 5F | 33 |
| Octal | 231 | 12 | 371 | 47 | 140 | 0 | 2 | 424 | 137 | 63 |
| Binary | 10011001 | 1010 | 11111001 | 100111 | 1100000 | 0 | 10 | 100010100 | 1011111 | 110011 |
Color Harmonies of #990AF9
Complementary color
Monochromatic Colors of #990AF9
Black with #990AF9
Text Example
Text Example
White with #990AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990AF9; }
p { color: rgb(153,10,249); }
H1.HeaderClassName
{
color: #990AF9;
}
.AnyTagClassName
{
color: #990AF9;
}
</style>
background-color css
<style>
a { background-color: #990AF9; }
a { background-color: rgb(153,10,249); }
div.DivClassName
{
background-color: #990AF9;
}
.BgClassName
{
background-color: #990AF9;
}
</style>
border-color css
<style>
span { border-color: #990AF9; }
span { border-color: rgb(153,10,249); }
td.TdClassName
{
border-color: #990AF9;
}
.TagClassName
{
border-color: #990AF9;
}
</style>