Shades of Dark Violet #9811AF
Tints of Dark Violet #9811AF
RGB
CMYK
RGB Variations
Color information
#9811AF (or 0x9811AF) is known color: Dark Violet. HEX triplet: 98, 11 and AF. RGB value is (152,17,175). Sum of RGB (Red+Green+Blue) = 152+17+175=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #9811AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9811AF is #67EE50. Grayscale: #4A4A4A. Windows color (decimal): -6811217 or 11473304. OLE color: 11473304.
HSL color Cylindrical-coordinate representation of color #9811AF: hue angle of 291.27º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9811AF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 17 | 175 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.31 |
| HSL | 291.27º | 0.82% | 0.38% | - |
| HSV(B) | 291.27º | 0.9% | 0.69% | - |
| XYZ | 20.89 | 10.17 | 41.42 | - |
| YUV | 75.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 175 | 0.13 | 0.90 | 0 | 0.31 | 291.27 | 0.82 | 0.38 |
| Hex | 98 | 11 | AF | D | 5A | 0 | 1F | 123 | 52 | 26 |
| Octal | 230 | 21 | 257 | 15 | 132 | 0 | 37 | 443 | 122 | 46 |
| Binary | 10011000 | 10001 | 10101111 | 1101 | 1011010 | 0 | 11111 | 100100011 | 1010010 | 100110 |
Color Harmonies of #9811AF
Complementary color
Monochromatic Colors of #9811AF
Black with #9811AF
Text Example
Text Example
White with #9811AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9811AF; }
p { color: rgb(152,17,175); }
H1.HeaderClassName
{
color: #9811AF;
}
.AnyTagClassName
{
color: #9811AF;
}
</style>
background-color css
<style>
a { background-color: #9811AF; }
a { background-color: rgb(152,17,175); }
div.DivClassName
{
background-color: #9811AF;
}
.BgClassName
{
background-color: #9811AF;
}
</style>
border-color css
<style>
span { border-color: #9811AF; }
span { border-color: rgb(152,17,175); }
td.TdClassName
{
border-color: #9811AF;
}
.TagClassName
{
border-color: #9811AF;
}
</style>