Shades of Dark Violet #8205DC
Tints of Dark Violet #8205DC
RGB
CMYK
RGB Variations
Color information
#8205DC (or 0x8205DC) is known color: Dark Violet. HEX triplet: 82, 05 and DC. RGB value is (130,5,220). Sum of RGB (Red+Green+Blue) = 130+5+220=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #8205DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8205DC is #7DFA23. Grayscale: #424242. Windows color (decimal): -8256036 or 14419330. OLE color: 14419330.
HSL color Cylindrical-coordinate representation of color #8205DC: hue angle of 274.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8205DC is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 5 | 220 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.14 |
| HSL | 274.88º | 0.96% | 0.44% | - |
| HSV(B) | 274.88º | 0.98% | 0.86% | - |
| XYZ | 22.18 | 10.02 | 68.48 | - |
| YUV | 66.89 | 214.41 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 220 | 0.41 | 0.98 | 0 | 0.14 | 274.88 | 0.96 | 0.44 |
| Hex | 82 | 5 | DC | 29 | 62 | 0 | E | 113 | 60 | 2C |
| Octal | 202 | 5 | 334 | 51 | 142 | 0 | 16 | 423 | 140 | 54 |
| Binary | 10000010 | 101 | 11011100 | 101001 | 1100010 | 0 | 1110 | 100010011 | 1100000 | 101100 |
Color Harmonies of #8205DC
Complementary color
Monochromatic Colors of #8205DC
Black with #8205DC
Text Example
Text Example
White with #8205DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8205DC; }
p { color: rgb(130,5,220); }
H1.HeaderClassName
{
color: #8205DC;
}
.AnyTagClassName
{
color: #8205DC;
}
</style>
background-color css
<style>
a { background-color: #8205DC; }
a { background-color: rgb(130,5,220); }
div.DivClassName
{
background-color: #8205DC;
}
.BgClassName
{
background-color: #8205DC;
}
</style>
border-color css
<style>
span { border-color: #8205DC; }
span { border-color: rgb(130,5,220); }
td.TdClassName
{
border-color: #8205DC;
}
.TagClassName
{
border-color: #8205DC;
}
</style>