Shades of Dark Violet #8204CC
Tints of Dark Violet #8204CC
RGB
CMYK
RGB Variations
Color information
#8204CC (or 0x8204CC) is known color: Dark Violet. HEX triplet: 82, 04 and CC. RGB value is (130,4,204). Sum of RGB (Red+Green+Blue) = 130+4+204=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #8204CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204CC is #7DFB33. Grayscale: #3F3F3F. Windows color (decimal): -8256308 or 13370498. OLE color: 13370498.
HSL color Cylindrical-coordinate representation of color #8204CC: hue angle of 277.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204CC is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 4 | 204 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.2 |
| HSL | 277.8º | 0.96% | 0.41% | - |
| HSV(B) | 277.8º | 0.98% | 0.8% | - |
| XYZ | 20.15 | 9.19 | 57.84 | - |
| YUV | 64.47 | 206.74 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 204 | 0.36 | 0.98 | 0 | 0.2 | 277.8 | 0.96 | 0.41 |
| Hex | 82 | 4 | CC | 24 | 62 | 0 | 14 | 116 | 60 | 29 |
| Octal | 202 | 4 | 314 | 44 | 142 | 0 | 24 | 426 | 140 | 51 |
| Binary | 10000010 | 100 | 11001100 | 100100 | 1100010 | 0 | 10100 | 100010110 | 1100000 | 101001 |
Color Harmonies of #8204CC
Complementary color
Monochromatic Colors of #8204CC
Black with #8204CC
Text Example
Text Example
White with #8204CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204CC; }
p { color: rgb(130,4,204); }
H1.HeaderClassName
{
color: #8204CC;
}
.AnyTagClassName
{
color: #8204CC;
}
</style>
background-color css
<style>
a { background-color: #8204CC; }
a { background-color: rgb(130,4,204); }
div.DivClassName
{
background-color: #8204CC;
}
.BgClassName
{
background-color: #8204CC;
}
</style>
border-color css
<style>
span { border-color: #8204CC; }
span { border-color: rgb(130,4,204); }
td.TdClassName
{
border-color: #8204CC;
}
.TagClassName
{
border-color: #8204CC;
}
</style>