Shades of Dark Violet #9810AF
Tints of Dark Violet #9810AF
RGB
CMYK
RGB Variations
Color information
#9810AF (or 0x9810AF) is known color: Dark Violet. HEX triplet: 98, 10 and AF. RGB value is (152,16,175). Sum of RGB (Red+Green+Blue) = 152+16+175=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 16 (6.64% from 255 or 4.66% 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 #9810AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9810AF is #67EF50. Grayscale: #4A4A4A. Windows color (decimal): -6811473 or 11473048. OLE color: 11473048.
HSL color Cylindrical-coordinate representation of color #9810AF: hue angle of 291.32º degrees, saturation: 0.83, 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 #9810AF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 16 | 175 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.31 |
| HSL | 291.32º | 0.83% | 0.37% | - |
| HSV(B) | 291.32º | 0.91% | 0.69% | - |
| XYZ | 20.87 | 10.14 | 41.41 | - |
| YUV | 74.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 175 | 0.13 | 0.91 | 0 | 0.31 | 291.32 | 0.83 | 0.37 |
| Hex | 98 | 10 | AF | D | 5B | 0 | 1F | 123 | 53 | 25 |
| Octal | 230 | 20 | 257 | 15 | 133 | 0 | 37 | 443 | 123 | 45 |
| Binary | 10011000 | 10000 | 10101111 | 1101 | 1011011 | 0 | 11111 | 100100011 | 1010011 | 100101 |
Color Harmonies of #9810AF
Complementary color
Monochromatic Colors of #9810AF
Black with #9810AF
Text Example
Text Example
White with #9810AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9810AF; }
p { color: rgb(152,16,175); }
H1.HeaderClassName
{
color: #9810AF;
}
.AnyTagClassName
{
color: #9810AF;
}
</style>
background-color css
<style>
a { background-color: #9810AF; }
a { background-color: rgb(152,16,175); }
div.DivClassName
{
background-color: #9810AF;
}
.BgClassName
{
background-color: #9810AF;
}
</style>
border-color css
<style>
span { border-color: #9810AF; }
span { border-color: rgb(152,16,175); }
td.TdClassName
{
border-color: #9810AF;
}
.TagClassName
{
border-color: #9810AF;
}
</style>