Shades of Dark Violet #8204AF
Tints of Dark Violet #8204AF
RGB
CMYK
RGB Variations
Color information
#8204AF (or 0x8204AF) is known color: Dark Violet. HEX triplet: 82, 04 and AF. RGB value is (130,4,175). Sum of RGB (Red+Green+Blue) = 130+4+175=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #8204AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8204AF is #7DFB50. Grayscale: #3C3C3C. Windows color (decimal): -8256337 or 11469954. OLE color: 11469954.
HSL color Cylindrical-coordinate representation of color #8204AF: hue angle of 284.21º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204AF is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 4 | 175 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.31 |
| HSL | 284.21º | 0.96% | 0.35% | - |
| HSV(B) | 284.21º | 0.98% | 0.69% | - |
| XYZ | 16.99 | 7.93 | 41.19 | - |
| YUV | 61.17 | 192.24 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 175 | 0.26 | 0.98 | 0 | 0.31 | 284.21 | 0.96 | 0.35 |
| Hex | 82 | 4 | AF | 1A | 62 | 0 | 1F | 11C | 60 | 23 |
| Octal | 202 | 4 | 257 | 32 | 142 | 0 | 37 | 434 | 140 | 43 |
| Binary | 10000010 | 100 | 10101111 | 11010 | 1100010 | 0 | 11111 | 100011100 | 1100000 | 100011 |
Color Harmonies of #8204AF
Complementary color
Monochromatic Colors of #8204AF
Black with #8204AF
Text Example
Text Example
White with #8204AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204AF; }
p { color: rgb(130,4,175); }
H1.HeaderClassName
{
color: #8204AF;
}
.AnyTagClassName
{
color: #8204AF;
}
</style>
background-color css
<style>
a { background-color: #8204AF; }
a { background-color: rgb(130,4,175); }
div.DivClassName
{
background-color: #8204AF;
}
.BgClassName
{
background-color: #8204AF;
}
</style>
border-color css
<style>
span { border-color: #8204AF; }
span { border-color: rgb(130,4,175); }
td.TdClassName
{
border-color: #8204AF;
}
.TagClassName
{
border-color: #8204AF;
}
</style>