Shades of Dark Violet #8205BC
Tints of Dark Violet #8205BC
RGB
CMYK
RGB Variations
Color information
#8205BC (or 0x8205BC) is known color: Dark Violet. HEX triplet: 82, 05 and BC. RGB value is (130,5,188). Sum of RGB (Red+Green+Blue) = 130+5+188=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #8205BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8205BC is #7DFA43. Grayscale: #3E3E3E. Windows color (decimal): -8256068 or 12322178. OLE color: 12322178.
HSL color Cylindrical-coordinate representation of color #8205BC: hue angle of 280.98º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8205BC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 5 | 188 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.26 |
| HSL | 280.98º | 0.95% | 0.38% | - |
| HSV(B) | 280.98º | 0.97% | 0.74% | - |
| XYZ | 18.34 | 8.49 | 48.25 | - |
| YUV | 63.24 | 198.41 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 188 | 0.31 | 0.97 | 0 | 0.26 | 280.98 | 0.95 | 0.38 |
| Hex | 82 | 5 | BC | 1F | 61 | 0 | 1A | 119 | 5F | 26 |
| Octal | 202 | 5 | 274 | 37 | 141 | 0 | 32 | 431 | 137 | 46 |
| Binary | 10000010 | 101 | 10111100 | 11111 | 1100001 | 0 | 11010 | 100011001 | 1011111 | 100110 |
Color Harmonies of #8205BC
Complementary color
Monochromatic Colors of #8205BC
Black with #8205BC
Text Example
Text Example
White with #8205BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8205BC; }
p { color: rgb(130,5,188); }
H1.HeaderClassName
{
color: #8205BC;
}
.AnyTagClassName
{
color: #8205BC;
}
</style>
background-color css
<style>
a { background-color: #8205BC; }
a { background-color: rgb(130,5,188); }
div.DivClassName
{
background-color: #8205BC;
}
.BgClassName
{
background-color: #8205BC;
}
</style>
border-color css
<style>
span { border-color: #8205BC; }
span { border-color: rgb(130,5,188); }
td.TdClassName
{
border-color: #8205BC;
}
.TagClassName
{
border-color: #8205BC;
}
</style>