Shades of Dark Violet #8206EC
Tints of Dark Violet #8206EC
RGB
CMYK
RGB Variations
Color information
#8206EC (or 0x8206EC) is known color: Dark Violet. HEX triplet: 82, 06 and EC. RGB value is (130,6,236). Sum of RGB (Red+Green+Blue) = 130+6+236=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #8206EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8206EC is #7DF913. Grayscale: #444444. Windows color (decimal): -8255764 or 15468162. OLE color: 15468162.
HSL color Cylindrical-coordinate representation of color #8206EC: hue angle of 272.35º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8206EC is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 6 | 236 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.07 |
| HSL | 272.35º | 0.95% | 0.47% | - |
| HSV(B) | 272.35º | 0.97% | 0.93% | - |
| XYZ | 24.41 | 10.93 | 80.18 | - |
| YUV | 69.3 | 222.08 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 236 | 0.45 | 0.97 | 0 | 0.07 | 272.35 | 0.95 | 0.47 |
| Hex | 82 | 6 | EC | 2D | 61 | 0 | 7 | 110 | 5F | 2F |
| Octal | 202 | 6 | 354 | 55 | 141 | 0 | 7 | 420 | 137 | 57 |
| Binary | 10000010 | 110 | 11101100 | 101101 | 1100001 | 0 | 111 | 100010000 | 1011111 | 101111 |
Color Harmonies of #8206EC
Complementary color
Monochromatic Colors of #8206EC
Black with #8206EC
Text Example
Text Example
White with #8206EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8206EC; }
p { color: rgb(130,6,236); }
H1.HeaderClassName
{
color: #8206EC;
}
.AnyTagClassName
{
color: #8206EC;
}
</style>
background-color css
<style>
a { background-color: #8206EC; }
a { background-color: rgb(130,6,236); }
div.DivClassName
{
background-color: #8206EC;
}
.BgClassName
{
background-color: #8206EC;
}
</style>
border-color css
<style>
span { border-color: #8206EC; }
span { border-color: rgb(130,6,236); }
td.TdClassName
{
border-color: #8206EC;
}
.TagClassName
{
border-color: #8206EC;
}
</style>