Shades of Dark Violet #8206B9
Tints of Dark Violet #8206B9
RGB
CMYK
RGB Variations
Color information
#8206B9 (or 0x8206B9) is known color: Dark Violet. HEX triplet: 82, 06 and B9. RGB value is (130,6,185). Sum of RGB (Red+Green+Blue) = 130+6+185=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #8206B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8206B9 is #7DF946. Grayscale: #3E3E3E. Windows color (decimal): -8255815 or 12125826. OLE color: 12125826.
HSL color Cylindrical-coordinate representation of color #8206B9: hue angle of 281.56º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8206B9 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 6 | 185 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.27 |
| HSL | 281.56º | 0.94% | 0.37% | - |
| HSV(B) | 281.56º | 0.97% | 0.73% | - |
| XYZ | 18.03 | 8.38 | 46.57 | - |
| YUV | 63.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 185 | 0.30 | 0.97 | 0 | 0.27 | 281.56 | 0.94 | 0.37 |
| Hex | 82 | 6 | B9 | 1E | 61 | 0 | 1B | 11A | 5E | 25 |
| Octal | 202 | 6 | 271 | 36 | 141 | 0 | 33 | 432 | 136 | 45 |
| Binary | 10000010 | 110 | 10111001 | 11110 | 1100001 | 0 | 11011 | 100011010 | 1011110 | 100101 |
Color Harmonies of #8206B9
Complementary color
Monochromatic Colors of #8206B9
Black with #8206B9
Text Example
Text Example
White with #8206B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8206B9; }
p { color: rgb(130,6,185); }
H1.HeaderClassName
{
color: #8206B9;
}
.AnyTagClassName
{
color: #8206B9;
}
</style>
background-color css
<style>
a { background-color: #8206B9; }
a { background-color: rgb(130,6,185); }
div.DivClassName
{
background-color: #8206B9;
}
.BgClassName
{
background-color: #8206B9;
}
</style>
border-color css
<style>
span { border-color: #8206B9; }
span { border-color: rgb(130,6,185); }
td.TdClassName
{
border-color: #8206B9;
}
.TagClassName
{
border-color: #8206B9;
}
</style>