Shades of Dark Violet #990FAF
Tints of Dark Violet #990FAF
RGB
CMYK
RGB Variations
Color information
#990FAF (or 0x990FAF) is known color: Dark Violet. HEX triplet: 99, 0F and AF. RGB value is (153,15,175). Sum of RGB (Red+Green+Blue) = 153+15+175=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #990FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990FAF is #66F050. Grayscale: #4A4A4A. Windows color (decimal): -6746193 or 11472793. OLE color: 11472793.
HSL color Cylindrical-coordinate representation of color #990FAF: hue angle of 291.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990FAF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 15 | 175 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.31 |
| HSL | 291.75º | 0.84% | 0.37% | - |
| HSV(B) | 291.75º | 0.91% | 0.69% | - |
| XYZ | 21.05 | 10.21 | 41.42 | - |
| YUV | 74.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 175 | 0.13 | 0.91 | 0 | 0.31 | 291.75 | 0.84 | 0.37 |
| Hex | 99 | F | AF | D | 5B | 0 | 1F | 124 | 54 | 25 |
| Octal | 231 | 17 | 257 | 15 | 133 | 0 | 37 | 444 | 124 | 45 |
| Binary | 10011001 | 1111 | 10101111 | 1101 | 1011011 | 0 | 11111 | 100100100 | 1010100 | 100101 |
Color Harmonies of #990FAF
Complementary color
Monochromatic Colors of #990FAF
Black with #990FAF
Text Example
Text Example
White with #990FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FAF; }
p { color: rgb(153,15,175); }
H1.HeaderClassName
{
color: #990FAF;
}
.AnyTagClassName
{
color: #990FAF;
}
</style>
background-color css
<style>
a { background-color: #990FAF; }
a { background-color: rgb(153,15,175); }
div.DivClassName
{
background-color: #990FAF;
}
.BgClassName
{
background-color: #990FAF;
}
</style>
border-color css
<style>
span { border-color: #990FAF; }
span { border-color: rgb(153,15,175); }
td.TdClassName
{
border-color: #990FAF;
}
.TagClassName
{
border-color: #990FAF;
}
</style>