Shades of Dark Violet #8210AF
Tints of Dark Violet #8210AF
RGB
CMYK
RGB Variations
Color information
#8210AF (or 0x8210AF) is known color: Dark Violet. HEX triplet: 82, 10 and AF. RGB value is (130,16,175). Sum of RGB (Red+Green+Blue) = 130+16+175=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #8210AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8210AF is #7DEF50. Grayscale: #434343. Windows color (decimal): -8253265 or 11473026. OLE color: 11473026.
HSL color Cylindrical-coordinate representation of color #8210AF: hue angle of 283.02º 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 #8210AF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 16 | 175 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.31 |
| HSL | 283.02º | 0.83% | 0.37% | - |
| HSV(B) | 283.02º | 0.91% | 0.69% | - |
| XYZ | 17.13 | 8.21 | 41.24 | - |
| YUV | 68.21 | 188.27 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 175 | 0.26 | 0.91 | 0 | 0.31 | 283.02 | 0.83 | 0.37 |
| Hex | 82 | 10 | AF | 1A | 5B | 0 | 1F | 11B | 53 | 25 |
| Octal | 202 | 20 | 257 | 32 | 133 | 0 | 37 | 433 | 123 | 45 |
| Binary | 10000010 | 10000 | 10101111 | 11010 | 1011011 | 0 | 11111 | 100011011 | 1010011 | 100101 |
Color Harmonies of #8210AF
Complementary color
Monochromatic Colors of #8210AF
Black with #8210AF
Text Example
Text Example
White with #8210AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210AF; }
p { color: rgb(130,16,175); }
H1.HeaderClassName
{
color: #8210AF;
}
.AnyTagClassName
{
color: #8210AF;
}
</style>
background-color css
<style>
a { background-color: #8210AF; }
a { background-color: rgb(130,16,175); }
div.DivClassName
{
background-color: #8210AF;
}
.BgClassName
{
background-color: #8210AF;
}
</style>
border-color css
<style>
span { border-color: #8210AF; }
span { border-color: rgb(130,16,175); }
td.TdClassName
{
border-color: #8210AF;
}
.TagClassName
{
border-color: #8210AF;
}
</style>