Shades of Dark Violet #8208EC
Tints of Dark Violet #8208EC
RGB
CMYK
RGB Variations
Color information
#8208EC (or 0x8208EC) is known color: Dark Violet. HEX triplet: 82, 08 and EC. RGB value is (130,8,236). Sum of RGB (Red+Green+Blue) = 130+8+236=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #8208EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8208EC is #7DF713. Grayscale: #454545. Windows color (decimal): -8255252 or 15468674. OLE color: 15468674.
HSL color Cylindrical-coordinate representation of color #8208EC: hue angle of 272.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8208EC is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 8 | 236 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.07 |
| HSL | 272.11º | 0.93% | 0.48% | - |
| HSV(B) | 272.11º | 0.97% | 0.93% | - |
| XYZ | 24.43 | 10.98 | 80.19 | - |
| YUV | 70.47 | 221.42 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 236 | 0.45 | 0.97 | 0 | 0.07 | 272.11 | 0.93 | 0.48 |
| Hex | 82 | 8 | EC | 2D | 61 | 0 | 7 | 110 | 5D | 30 |
| Octal | 202 | 10 | 354 | 55 | 141 | 0 | 7 | 420 | 135 | 60 |
| Binary | 10000010 | 1000 | 11101100 | 101101 | 1100001 | 0 | 111 | 100010000 | 1011101 | 110000 |
Color Harmonies of #8208EC
Complementary color
Monochromatic Colors of #8208EC
Black with #8208EC
Text Example
Text Example
White with #8208EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8208EC; }
p { color: rgb(130,8,236); }
H1.HeaderClassName
{
color: #8208EC;
}
.AnyTagClassName
{
color: #8208EC;
}
</style>
background-color css
<style>
a { background-color: #8208EC; }
a { background-color: rgb(130,8,236); }
div.DivClassName
{
background-color: #8208EC;
}
.BgClassName
{
background-color: #8208EC;
}
</style>
border-color css
<style>
span { border-color: #8208EC; }
span { border-color: rgb(130,8,236); }
td.TdClassName
{
border-color: #8208EC;
}
.TagClassName
{
border-color: #8208EC;
}
</style>