Shades of Dark Violet #8205D1
Tints of Dark Violet #8205D1
RGB
CMYK
RGB Variations
Color information
#8205D1 (or 0x8205D1) is known color: Dark Violet. HEX triplet: 82, 05 and D1. RGB value is (130,5,209). Sum of RGB (Red+Green+Blue) = 130+5+209=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #8205D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8205D1 is #7DFA2E. Grayscale: #404040. Windows color (decimal): -8256047 or 13698434. OLE color: 13698434.
HSL color Cylindrical-coordinate representation of color #8205D1: hue angle of 276.76º degrees, saturation: 0.95, 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 #8205D1 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 5 | 209 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.18 |
| HSL | 276.76º | 0.95% | 0.42% | - |
| HSV(B) | 276.76º | 0.98% | 0.82% | - |
| XYZ | 20.77 | 9.46 | 61.05 | - |
| YUV | 65.63 | 208.91 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 209 | 0.38 | 0.98 | 0 | 0.18 | 276.76 | 0.95 | 0.42 |
| Hex | 82 | 5 | D1 | 26 | 62 | 0 | 12 | 115 | 5F | 2A |
| Octal | 202 | 5 | 321 | 46 | 142 | 0 | 22 | 425 | 137 | 52 |
| Binary | 10000010 | 101 | 11010001 | 100110 | 1100010 | 0 | 10010 | 100010101 | 1011111 | 101010 |
Color Harmonies of #8205D1
Complementary color
Monochromatic Colors of #8205D1
Black with #8205D1
Text Example
Text Example
White with #8205D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8205D1; }
p { color: rgb(130,5,209); }
H1.HeaderClassName
{
color: #8205D1;
}
.AnyTagClassName
{
color: #8205D1;
}
</style>
background-color css
<style>
a { background-color: #8205D1; }
a { background-color: rgb(130,5,209); }
div.DivClassName
{
background-color: #8205D1;
}
.BgClassName
{
background-color: #8205D1;
}
</style>
border-color css
<style>
span { border-color: #8205D1; }
span { border-color: rgb(130,5,209); }
td.TdClassName
{
border-color: #8205D1;
}
.TagClassName
{
border-color: #8205D1;
}
</style>