Shades of Dark Violet #8006BC
Tints of Dark Violet #8006BC
RGB
CMYK
RGB Variations
Color information
#8006BC (or 0x8006BC) is known color: Dark Violet. HEX triplet: 80, 06 and BC. RGB value is (128,6,188). Sum of RGB (Red+Green+Blue) = 128+6+188=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #8006BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8006BC is #7FF943. Grayscale: #3E3E3E. Windows color (decimal): -8386884 or 12322432. OLE color: 12322432.
HSL color Cylindrical-coordinate representation of color #8006BC: hue angle of 280.22º degrees, saturation: 0.94, 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 #8006BC is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 6 | 188 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.26 |
| HSL | 280.22º | 0.94% | 0.38% | - |
| HSV(B) | 280.22º | 0.97% | 0.74% | - |
| XYZ | 18.04 | 8.35 | 48.24 | - |
| YUV | 63.23 | 198.42 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 188 | 0.32 | 0.97 | 0 | 0.26 | 280.22 | 0.94 | 0.38 |
| Hex | 80 | 6 | BC | 20 | 61 | 0 | 1A | 118 | 5E | 26 |
| Octal | 200 | 6 | 274 | 40 | 141 | 0 | 32 | 430 | 136 | 46 |
| Binary | 10000000 | 110 | 10111100 | 100000 | 1100001 | 0 | 11010 | 100011000 | 1011110 | 100110 |
Color Harmonies of #8006BC
Complementary color
Monochromatic Colors of #8006BC
Black with #8006BC
Text Example
Text Example
White with #8006BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8006BC; }
p { color: rgb(128,6,188); }
H1.HeaderClassName
{
color: #8006BC;
}
.AnyTagClassName
{
color: #8006BC;
}
</style>
background-color css
<style>
a { background-color: #8006BC; }
a { background-color: rgb(128,6,188); }
div.DivClassName
{
background-color: #8006BC;
}
.BgClassName
{
background-color: #8006BC;
}
</style>
border-color css
<style>
span { border-color: #8006BC; }
span { border-color: rgb(128,6,188); }
td.TdClassName
{
border-color: #8006BC;
}
.TagClassName
{
border-color: #8006BC;
}
</style>