Shades of Dark Violet #8204EC
Tints of Dark Violet #8204EC
RGB
CMYK
RGB Variations
Color information
#8204EC (or 0x8204EC) is known color: Dark Violet. HEX triplet: 82, 04 and EC. RGB value is (130,4,236). Sum of RGB (Red+Green+Blue) = 130+4+236=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #8204EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8204EC is #7DFB13. Grayscale: #434343. Windows color (decimal): -8256276 or 15467650. OLE color: 15467650.
HSL color Cylindrical-coordinate representation of color #8204EC: hue angle of 272.59º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204EC is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 4 | 236 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.07 |
| HSL | 272.59º | 0.97% | 0.47% | - |
| HSV(B) | 272.59º | 0.98% | 0.93% | - |
| XYZ | 24.39 | 10.89 | 80.17 | - |
| YUV | 68.12 | 222.74 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 236 | 0.45 | 0.98 | 0 | 0.07 | 272.59 | 0.97 | 0.47 |
| Hex | 82 | 4 | EC | 2D | 62 | 0 | 7 | 111 | 61 | 2F |
| Octal | 202 | 4 | 354 | 55 | 142 | 0 | 7 | 421 | 141 | 57 |
| Binary | 10000010 | 100 | 11101100 | 101101 | 1100010 | 0 | 111 | 100010001 | 1100001 | 101111 |
Color Harmonies of #8204EC
Complementary color
Monochromatic Colors of #8204EC
Black with #8204EC
Text Example
Text Example
White with #8204EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204EC; }
p { color: rgb(130,4,236); }
H1.HeaderClassName
{
color: #8204EC;
}
.AnyTagClassName
{
color: #8204EC;
}
</style>
background-color css
<style>
a { background-color: #8204EC; }
a { background-color: rgb(130,4,236); }
div.DivClassName
{
background-color: #8204EC;
}
.BgClassName
{
background-color: #8204EC;
}
</style>
border-color css
<style>
span { border-color: #8204EC; }
span { border-color: rgb(130,4,236); }
td.TdClassName
{
border-color: #8204EC;
}
.TagClassName
{
border-color: #8204EC;
}
</style>