Shades of Dark Violet #8206C5
Tints of Dark Violet #8206C5
RGB
CMYK
RGB Variations
Color information
#8206C5 (or 0x8206C5) is known color: Dark Violet. HEX triplet: 82, 06 and C5. RGB value is (130,6,197). Sum of RGB (Red+Green+Blue) = 130+6+197=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #8206C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8206C5 is #7DF93A. Grayscale: #404040. Windows color (decimal): -8255803 or 12912258. OLE color: 12912258.
HSL color Cylindrical-coordinate representation of color #8206C5: hue angle of 278.95º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8206C5 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 6 | 197 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.23 |
| HSL | 278.95º | 0.94% | 0.4% | - |
| HSV(B) | 278.95º | 0.97% | 0.77% | - |
| XYZ | 19.35 | 8.91 | 53.52 | - |
| YUV | 64.85 | 202.58 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 197 | 0.34 | 0.97 | 0 | 0.23 | 278.95 | 0.94 | 0.4 |
| Hex | 82 | 6 | C5 | 22 | 61 | 0 | 17 | 117 | 5E | 28 |
| Octal | 202 | 6 | 305 | 42 | 141 | 0 | 27 | 427 | 136 | 50 |
| Binary | 10000010 | 110 | 11000101 | 100010 | 1100001 | 0 | 10111 | 100010111 | 1011110 | 101000 |
Color Harmonies of #8206C5
Complementary color
Monochromatic Colors of #8206C5
Black with #8206C5
Text Example
Text Example
White with #8206C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8206C5; }
p { color: rgb(130,6,197); }
H1.HeaderClassName
{
color: #8206C5;
}
.AnyTagClassName
{
color: #8206C5;
}
</style>
background-color css
<style>
a { background-color: #8206C5; }
a { background-color: rgb(130,6,197); }
div.DivClassName
{
background-color: #8206C5;
}
.BgClassName
{
background-color: #8206C5;
}
</style>
border-color css
<style>
span { border-color: #8206C5; }
span { border-color: rgb(130,6,197); }
td.TdClassName
{
border-color: #8206C5;
}
.TagClassName
{
border-color: #8206C5;
}
</style>