Shades of Dark Violet #8213AF
Tints of Dark Violet #8213AF
RGB
CMYK
RGB Variations
Color information
#8213AF (or 0x8213AF) is known color: Dark Violet. HEX triplet: 82, 13 and AF. RGB value is (130,19,175). Sum of RGB (Red+Green+Blue) = 130+19+175=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #8213AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8213AF is #7DEC50. Grayscale: #454545. Windows color (decimal): -8252497 or 11473794. OLE color: 11473794.
HSL color Cylindrical-coordinate representation of color #8213AF: hue angle of 282.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8213AF is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 19 | 175 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.31 |
| HSL | 282.69º | 0.8% | 0.38% | - |
| HSV(B) | 282.69º | 0.89% | 0.69% | - |
| XYZ | 17.18 | 8.31 | 41.26 | - |
| YUV | 69.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 175 | 0.26 | 0.89 | 0 | 0.31 | 282.69 | 0.8 | 0.38 |
| Hex | 82 | 13 | AF | 1A | 59 | 0 | 1F | 11B | 50 | 26 |
| Octal | 202 | 23 | 257 | 32 | 131 | 0 | 37 | 433 | 120 | 46 |
| Binary | 10000010 | 10011 | 10101111 | 11010 | 1011001 | 0 | 11111 | 100011011 | 1010000 | 100110 |
Color Harmonies of #8213AF
Complementary color
Monochromatic Colors of #8213AF
Black with #8213AF
Text Example
Text Example
White with #8213AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8213AF; }
p { color: rgb(130,19,175); }
H1.HeaderClassName
{
color: #8213AF;
}
.AnyTagClassName
{
color: #8213AF;
}
</style>
background-color css
<style>
a { background-color: #8213AF; }
a { background-color: rgb(130,19,175); }
div.DivClassName
{
background-color: #8213AF;
}
.BgClassName
{
background-color: #8213AF;
}
</style>
border-color css
<style>
span { border-color: #8213AF; }
span { border-color: rgb(130,19,175); }
td.TdClassName
{
border-color: #8213AF;
}
.TagClassName
{
border-color: #8213AF;
}
</style>