Shades of Dark Violet #8014BC
Tints of Dark Violet #8014BC
RGB
CMYK
RGB Variations
Color information
#8014BC (or 0x8014BC) is known color: Dark Violet. HEX triplet: 80, 14 and BC. RGB value is (128,20,188). Sum of RGB (Red+Green+Blue) = 128+20+188=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #8014BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014BC is #7FEB43. Grayscale: #464646. Windows color (decimal): -8383300 or 12326016. OLE color: 12326016.
HSL color Cylindrical-coordinate representation of color #8014BC: hue angle of 278.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8014BC is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 20 | 188 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.26 |
| HSL | 278.57º | 0.81% | 0.41% | - |
| HSV(B) | 278.57º | 0.89% | 0.74% | - |
| XYZ | 18.23 | 8.72 | 48.3 | - |
| YUV | 71.44 | 193.78 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 188 | 0.32 | 0.89 | 0 | 0.26 | 278.57 | 0.81 | 0.41 |
| Hex | 80 | 14 | BC | 20 | 59 | 0 | 1A | 117 | 51 | 29 |
| Octal | 200 | 24 | 274 | 40 | 131 | 0 | 32 | 427 | 121 | 51 |
| Binary | 10000000 | 10100 | 10111100 | 100000 | 1011001 | 0 | 11010 | 100010111 | 1010001 | 101001 |
Color Harmonies of #8014BC
Complementary color
Monochromatic Colors of #8014BC
Black with #8014BC
Text Example
Text Example
White with #8014BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014BC; }
p { color: rgb(128,20,188); }
H1.HeaderClassName
{
color: #8014BC;
}
.AnyTagClassName
{
color: #8014BC;
}
</style>
background-color css
<style>
a { background-color: #8014BC; }
a { background-color: rgb(128,20,188); }
div.DivClassName
{
background-color: #8014BC;
}
.BgClassName
{
background-color: #8014BC;
}
</style>
border-color css
<style>
span { border-color: #8014BC; }
span { border-color: rgb(128,20,188); }
td.TdClassName
{
border-color: #8014BC;
}
.TagClassName
{
border-color: #8014BC;
}
</style>