Shades of Dark Violet #8204ED
Tints of Dark Violet #8204ED
RGB
CMYK
RGB Variations
Color information
#8204ED (or 0x8204ED) is known color: Dark Violet. HEX triplet: 82, 04 and ED. RGB value is (130,4,237). Sum of RGB (Red+Green+Blue) = 130+4+237=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #8204ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8204ED is #7DFB12. Grayscale: #434343. Windows color (decimal): -8256275 or 15533186. OLE color: 15533186.
HSL color Cylindrical-coordinate representation of color #8204ED: hue angle of 272.45º 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 #8204ED is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 4 | 237 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.07 |
| HSL | 272.45º | 0.97% | 0.47% | - |
| HSV(B) | 272.45º | 0.98% | 0.93% | - |
| XYZ | 24.54 | 10.95 | 80.94 | - |
| YUV | 68.24 | 223.24 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 237 | 0.45 | 0.98 | 0 | 0.07 | 272.45 | 0.97 | 0.47 |
| Hex | 82 | 4 | ED | 2D | 62 | 0 | 7 | 110 | 61 | 2F |
| Octal | 202 | 4 | 355 | 55 | 142 | 0 | 7 | 420 | 141 | 57 |
| Binary | 10000010 | 100 | 11101101 | 101101 | 1100010 | 0 | 111 | 100010000 | 1100001 | 101111 |
Color Harmonies of #8204ED
Complementary color
Monochromatic Colors of #8204ED
Black with #8204ED
Text Example
Text Example
White with #8204ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204ED; }
p { color: rgb(130,4,237); }
H1.HeaderClassName
{
color: #8204ED;
}
.AnyTagClassName
{
color: #8204ED;
}
</style>
background-color css
<style>
a { background-color: #8204ED; }
a { background-color: rgb(130,4,237); }
div.DivClassName
{
background-color: #8204ED;
}
.BgClassName
{
background-color: #8204ED;
}
</style>
border-color css
<style>
span { border-color: #8204ED; }
span { border-color: rgb(130,4,237); }
td.TdClassName
{
border-color: #8204ED;
}
.TagClassName
{
border-color: #8204ED;
}
</style>