Shades of Dark Violet #8014B9
Tints of Dark Violet #8014B9
RGB
CMYK
RGB Variations
Color information
#8014B9 (or 0x8014B9) is known color: Dark Violet. HEX triplet: 80, 14 and B9. RGB value is (128,20,185). Sum of RGB (Red+Green+Blue) = 128+20+185=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #8014B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014B9 is #7FEB46. Grayscale: #464646. Windows color (decimal): -8383303 or 12129408. OLE color: 12129408.
HSL color Cylindrical-coordinate representation of color #8014B9: hue angle of 279.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8014B9 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 20 | 185 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.27 |
| HSL | 279.27º | 0.8% | 0.4% | - |
| HSV(B) | 279.27º | 0.89% | 0.73% | - |
| XYZ | 17.91 | 8.59 | 46.61 | - |
| YUV | 71.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 185 | 0.31 | 0.89 | 0 | 0.27 | 279.27 | 0.8 | 0.4 |
| Hex | 80 | 14 | B9 | 1F | 59 | 0 | 1B | 117 | 50 | 28 |
| Octal | 200 | 24 | 271 | 37 | 131 | 0 | 33 | 427 | 120 | 50 |
| Binary | 10000000 | 10100 | 10111001 | 11111 | 1011001 | 0 | 11011 | 100010111 | 1010000 | 101000 |
Color Harmonies of #8014B9
Complementary color
Monochromatic Colors of #8014B9
Black with #8014B9
Text Example
Text Example
White with #8014B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014B9; }
p { color: rgb(128,20,185); }
H1.HeaderClassName
{
color: #8014B9;
}
.AnyTagClassName
{
color: #8014B9;
}
</style>
background-color css
<style>
a { background-color: #8014B9; }
a { background-color: rgb(128,20,185); }
div.DivClassName
{
background-color: #8014B9;
}
.BgClassName
{
background-color: #8014B9;
}
</style>
border-color css
<style>
span { border-color: #8014B9; }
span { border-color: rgb(128,20,185); }
td.TdClassName
{
border-color: #8014B9;
}
.TagClassName
{
border-color: #8014B9;
}
</style>