Shades of Dark Violet #8016BC
Tints of Dark Violet #8016BC
RGB
CMYK
RGB Variations
Color information
#8016BC (or 0x8016BC) is known color: Dark Violet. HEX triplet: 80, 16 and BC. RGB value is (128,22,188). Sum of RGB (Red+Green+Blue) = 128+22+188=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #8016BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8016BC is #7FE943. Grayscale: #484848. Windows color (decimal): -8382788 or 12326528. OLE color: 12326528.
HSL color Cylindrical-coordinate representation of color #8016BC: hue angle of 278.31º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8016BC is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 22 | 188 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.26 |
| HSL | 278.31º | 0.79% | 0.41% | - |
| HSV(B) | 278.31º | 0.88% | 0.74% | - |
| XYZ | 18.27 | 8.79 | 48.31 | - |
| YUV | 72.62 | 193.12 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 188 | 0.32 | 0.88 | 0 | 0.26 | 278.31 | 0.79 | 0.41 |
| Hex | 80 | 16 | BC | 20 | 58 | 0 | 1A | 116 | 4F | 29 |
| Octal | 200 | 26 | 274 | 40 | 130 | 0 | 32 | 426 | 117 | 51 |
| Binary | 10000000 | 10110 | 10111100 | 100000 | 1011000 | 0 | 11010 | 100010110 | 1001111 | 101001 |
Color Harmonies of #8016BC
Complementary color
Monochromatic Colors of #8016BC
Black with #8016BC
Text Example
Text Example
White with #8016BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8016BC; }
p { color: rgb(128,22,188); }
H1.HeaderClassName
{
color: #8016BC;
}
.AnyTagClassName
{
color: #8016BC;
}
</style>
background-color css
<style>
a { background-color: #8016BC; }
a { background-color: rgb(128,22,188); }
div.DivClassName
{
background-color: #8016BC;
}
.BgClassName
{
background-color: #8016BC;
}
</style>
border-color css
<style>
span { border-color: #8016BC; }
span { border-color: rgb(128,22,188); }
td.TdClassName
{
border-color: #8016BC;
}
.TagClassName
{
border-color: #8016BC;
}
</style>