Shades of Dark Violet #8204D0
Tints of Dark Violet #8204D0
RGB
CMYK
RGB Variations
Color information
#8204D0 (or 0x8204D0) is known color: Dark Violet. HEX triplet: 82, 04 and D0. RGB value is (130,4,208). Sum of RGB (Red+Green+Blue) = 130+4+208=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #8204D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204D0 is #7DFB2F. Grayscale: #404040. Windows color (decimal): -8256304 or 13632642. OLE color: 13632642.
HSL color Cylindrical-coordinate representation of color #8204D0: hue angle of 277.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204D0 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 4 | 208 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.18 |
| HSL | 277.06º | 0.96% | 0.42% | - |
| HSV(B) | 277.06º | 0.98% | 0.82% | - |
| XYZ | 20.63 | 9.39 | 60.4 | - |
| YUV | 64.93 | 208.74 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 208 | 0.38 | 0.98 | 0 | 0.18 | 277.06 | 0.96 | 0.42 |
| Hex | 82 | 4 | D0 | 26 | 62 | 0 | 12 | 115 | 60 | 2A |
| Octal | 202 | 4 | 320 | 46 | 142 | 0 | 22 | 425 | 140 | 52 |
| Binary | 10000010 | 100 | 11010000 | 100110 | 1100010 | 0 | 10010 | 100010101 | 1100000 | 101010 |
Color Harmonies of #8204D0
Complementary color
Monochromatic Colors of #8204D0
Black with #8204D0
Text Example
Text Example
White with #8204D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204D0; }
p { color: rgb(130,4,208); }
H1.HeaderClassName
{
color: #8204D0;
}
.AnyTagClassName
{
color: #8204D0;
}
</style>
background-color css
<style>
a { background-color: #8204D0; }
a { background-color: rgb(130,4,208); }
div.DivClassName
{
background-color: #8204D0;
}
.BgClassName
{
background-color: #8204D0;
}
</style>
border-color css
<style>
span { border-color: #8204D0; }
span { border-color: rgb(130,4,208); }
td.TdClassName
{
border-color: #8204D0;
}
.TagClassName
{
border-color: #8204D0;
}
</style>