Shades of Dark Violet #8014B6
Tints of Dark Violet #8014B6
RGB
CMYK
RGB Variations
Color information
#8014B6 (or 0x8014B6) is known color: Dark Violet. HEX triplet: 80, 14 and B6. RGB value is (128,20,182). Sum of RGB (Red+Green+Blue) = 128+20+182=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #8014B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014B6 is #7FEB49. Grayscale: #464646. Windows color (decimal): -8383306 or 11932800. OLE color: 11932800.
HSL color Cylindrical-coordinate representation of color #8014B6: hue angle of 280º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8014B6 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 20 | 182 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.29 |
| HSL | 280º | 0.8% | 0.4% | - |
| HSV(B) | 280º | 0.89% | 0.71% | - |
| XYZ | 17.6 | 8.47 | 44.96 | - |
| YUV | 70.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 182 | 0.30 | 0.89 | 0 | 0.29 | 280 | 0.8 | 0.4 |
| Hex | 80 | 14 | B6 | 1E | 59 | 0 | 1D | 118 | 50 | 28 |
| Octal | 200 | 24 | 266 | 36 | 131 | 0 | 35 | 430 | 120 | 50 |
| Binary | 10000000 | 10100 | 10110110 | 11110 | 1011001 | 0 | 11101 | 100011000 | 1010000 | 101000 |
Color Harmonies of #8014B6
Complementary color
Monochromatic Colors of #8014B6
Black with #8014B6
Text Example
Text Example
White with #8014B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014B6; }
p { color: rgb(128,20,182); }
H1.HeaderClassName
{
color: #8014B6;
}
.AnyTagClassName
{
color: #8014B6;
}
</style>
background-color css
<style>
a { background-color: #8014B6; }
a { background-color: rgb(128,20,182); }
div.DivClassName
{
background-color: #8014B6;
}
.BgClassName
{
background-color: #8014B6;
}
</style>
border-color css
<style>
span { border-color: #8014B6; }
span { border-color: rgb(128,20,182); }
td.TdClassName
{
border-color: #8014B6;
}
.TagClassName
{
border-color: #8014B6;
}
</style>