Shades of Dark Violet #990CAF
Tints of Dark Violet #990CAF
RGB
CMYK
RGB Variations
Color information
#990CAF (or 0x990CAF) is known color: Dark Violet. HEX triplet: 99, 0C and AF. RGB value is (153,12,175). Sum of RGB (Red+Green+Blue) = 153+12+175=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #990CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990CAF is #66F350. Grayscale: #484848. Windows color (decimal): -6746961 or 11472025. OLE color: 11472025.
HSL color Cylindrical-coordinate representation of color #990CAF: hue angle of 291.9º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990CAF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 12 | 175 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.31 |
| HSL | 291.9º | 0.87% | 0.37% | - |
| HSV(B) | 291.9º | 0.93% | 0.69% | - |
| XYZ | 21.01 | 10.13 | 41.41 | - |
| YUV | 72.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 175 | 0.13 | 0.93 | 0 | 0.31 | 291.9 | 0.87 | 0.37 |
| Hex | 99 | C | AF | D | 5D | 0 | 1F | 124 | 57 | 25 |
| Octal | 231 | 14 | 257 | 15 | 135 | 0 | 37 | 444 | 127 | 45 |
| Binary | 10011001 | 1100 | 10101111 | 1101 | 1011101 | 0 | 11111 | 100100100 | 1010111 | 100101 |
Color Harmonies of #990CAF
Complementary color
Monochromatic Colors of #990CAF
Black with #990CAF
Text Example
Text Example
White with #990CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CAF; }
p { color: rgb(153,12,175); }
H1.HeaderClassName
{
color: #990CAF;
}
.AnyTagClassName
{
color: #990CAF;
}
</style>
background-color css
<style>
a { background-color: #990CAF; }
a { background-color: rgb(153,12,175); }
div.DivClassName
{
background-color: #990CAF;
}
.BgClassName
{
background-color: #990CAF;
}
</style>
border-color css
<style>
span { border-color: #990CAF; }
span { border-color: rgb(153,12,175); }
td.TdClassName
{
border-color: #990CAF;
}
.TagClassName
{
border-color: #990CAF;
}
</style>