Shades of Dark Violet #8205D3
Tints of Dark Violet #8205D3
RGB
CMYK
RGB Variations
Color information
#8205D3 (or 0x8205D3) is known color: Dark Violet. HEX triplet: 82, 05 and D3. RGB value is (130,5,211). Sum of RGB (Red+Green+Blue) = 130+5+211=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 211 (82.81% from 255 or 60.98% from 346); Max value from RGB is 211 - color contains mainly: blue. Hex color #8205D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8205D3 is #7DFA2C. Grayscale: #414141. Windows color (decimal): -8256045 or 13829506. OLE color: 13829506.
HSL color Cylindrical-coordinate representation of color #8205D3: hue angle of 276.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8205D3 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 5 | 211 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.17 |
| HSL | 276.41º | 0.95% | 0.42% | - |
| HSV(B) | 276.41º | 0.98% | 0.83% | - |
| XYZ | 21.02 | 9.56 | 62.37 | - |
| YUV | 65.86 | 209.91 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 211 | 0.38 | 0.98 | 0 | 0.17 | 276.41 | 0.95 | 0.42 |
| Hex | 82 | 5 | D3 | 26 | 62 | 0 | 11 | 114 | 5F | 2A |
| Octal | 202 | 5 | 323 | 46 | 142 | 0 | 21 | 424 | 137 | 52 |
| Binary | 10000010 | 101 | 11010011 | 100110 | 1100010 | 0 | 10001 | 100010100 | 1011111 | 101010 |
Color Harmonies of #8205D3
Complementary color
Monochromatic Colors of #8205D3
Black with #8205D3
Text Example
Text Example
White with #8205D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8205D3; }
p { color: rgb(130,5,211); }
H1.HeaderClassName
{
color: #8205D3;
}
.AnyTagClassName
{
color: #8205D3;
}
</style>
background-color css
<style>
a { background-color: #8205D3; }
a { background-color: rgb(130,5,211); }
div.DivClassName
{
background-color: #8205D3;
}
.BgClassName
{
background-color: #8205D3;
}
</style>
border-color css
<style>
span { border-color: #8205D3; }
span { border-color: rgb(130,5,211); }
td.TdClassName
{
border-color: #8205D3;
}
.TagClassName
{
border-color: #8205D3;
}
</style>