Shades of Dark Violet #8206AF
Tints of Dark Violet #8206AF
RGB
CMYK
RGB Variations
Color information
#8206AF (or 0x8206AF) is known color: Dark Violet. HEX triplet: 82, 06 and AF. RGB value is (130,6,175). Sum of RGB (Red+Green+Blue) = 130+6+175=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #8206AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8206AF is #7DF950. Grayscale: #3D3D3D. Windows color (decimal): -8255825 or 11470466. OLE color: 11470466.
HSL color Cylindrical-coordinate representation of color #8206AF: hue angle of 284.02º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8206AF is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 6 | 175 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.31 |
| HSL | 284.02º | 0.93% | 0.35% | - |
| HSV(B) | 284.02º | 0.97% | 0.69% | - |
| XYZ | 17.01 | 7.97 | 41.2 | - |
| YUV | 62.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 175 | 0.26 | 0.97 | 0 | 0.31 | 284.02 | 0.93 | 0.35 |
| Hex | 82 | 6 | AF | 1A | 61 | 0 | 1F | 11C | 5D | 23 |
| Octal | 202 | 6 | 257 | 32 | 141 | 0 | 37 | 434 | 135 | 43 |
| Binary | 10000010 | 110 | 10101111 | 11010 | 1100001 | 0 | 11111 | 100011100 | 1011101 | 100011 |
Color Harmonies of #8206AF
Complementary color
Monochromatic Colors of #8206AF
Black with #8206AF
Text Example
Text Example
White with #8206AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8206AF; }
p { color: rgb(130,6,175); }
H1.HeaderClassName
{
color: #8206AF;
}
.AnyTagClassName
{
color: #8206AF;
}
</style>
background-color css
<style>
a { background-color: #8206AF; }
a { background-color: rgb(130,6,175); }
div.DivClassName
{
background-color: #8206AF;
}
.BgClassName
{
background-color: #8206AF;
}
</style>
border-color css
<style>
span { border-color: #8206AF; }
span { border-color: rgb(130,6,175); }
td.TdClassName
{
border-color: #8206AF;
}
.TagClassName
{
border-color: #8206AF;
}
</style>