Shades of Dark Violet #8204CE
Tints of Dark Violet #8204CE
RGB
CMYK
RGB Variations
Color information
#8204CE (or 0x8204CE) is known color: Dark Violet. HEX triplet: 82, 04 and CE. RGB value is (130,4,206). Sum of RGB (Red+Green+Blue) = 130+4+206=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #8204CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204CE is #7DFB31. Grayscale: #404040. Windows color (decimal): -8256306 or 13501570. OLE color: 13501570.
HSL color Cylindrical-coordinate representation of color #8204CE: hue angle of 277.43º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204CE is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 4 | 206 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.19 |
| HSL | 277.43º | 0.96% | 0.41% | - |
| HSV(B) | 277.43º | 0.98% | 0.81% | - |
| XYZ | 20.39 | 9.29 | 59.11 | - |
| YUV | 64.7 | 207.74 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 206 | 0.37 | 0.98 | 0 | 0.19 | 277.43 | 0.96 | 0.41 |
| Hex | 82 | 4 | CE | 25 | 62 | 0 | 13 | 115 | 60 | 29 |
| Octal | 202 | 4 | 316 | 45 | 142 | 0 | 23 | 425 | 140 | 51 |
| Binary | 10000010 | 100 | 11001110 | 100101 | 1100010 | 0 | 10011 | 100010101 | 1100000 | 101001 |
Color Harmonies of #8204CE
Complementary color
Monochromatic Colors of #8204CE
Black with #8204CE
Text Example
Text Example
White with #8204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204CE; }
p { color: rgb(130,4,206); }
H1.HeaderClassName
{
color: #8204CE;
}
.AnyTagClassName
{
color: #8204CE;
}
</style>
background-color css
<style>
a { background-color: #8204CE; }
a { background-color: rgb(130,4,206); }
div.DivClassName
{
background-color: #8204CE;
}
.BgClassName
{
background-color: #8204CE;
}
</style>
border-color css
<style>
span { border-color: #8204CE; }
span { border-color: rgb(130,4,206); }
td.TdClassName
{
border-color: #8204CE;
}
.TagClassName
{
border-color: #8204CE;
}
</style>