Shades of Dark Violet #8A0EB1
Tints of Dark Violet #8A0EB1
RGB
CMYK
RGB Variations
Color information
#8A0EB1 (or 0x8A0EB1) is known color: Dark Violet. HEX triplet: 8A, 0E and B1. RGB value is (138,14,177). Sum of RGB (Red+Green+Blue) = 138+14+177=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A0EB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0EB1 is #75F14E. Grayscale: #454545. Windows color (decimal): -7729487 or 11603594. OLE color: 11603594.
HSL color Cylindrical-coordinate representation of color #8A0EB1: hue angle of 285.64º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0EB1 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 14 | 177 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.31 |
| HSL | 285.64º | 0.85% | 0.37% | - |
| HSV(B) | 285.64º | 0.92% | 0.69% | - |
| XYZ | 18.57 | 8.89 | 42.33 | - |
| YUV | 69.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 14 | 177 | 0.22 | 0.92 | 0 | 0.31 | 285.64 | 0.85 | 0.37 |
| Hex | 8A | E | B1 | 16 | 5C | 0 | 1F | 11E | 55 | 25 |
| Octal | 212 | 16 | 261 | 26 | 134 | 0 | 37 | 436 | 125 | 45 |
| Binary | 10001010 | 1110 | 10110001 | 10110 | 1011100 | 0 | 11111 | 100011110 | 1010101 | 100101 |
Color Harmonies of #8A0EB1
Complementary color
Monochromatic Colors of #8A0EB1
Black with #8A0EB1
Text Example
Text Example
White with #8A0EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0EB1; }
p { color: rgb(138,14,177); }
H1.HeaderClassName
{
color: #8A0EB1;
}
.AnyTagClassName
{
color: #8A0EB1;
}
</style>
background-color css
<style>
a { background-color: #8A0EB1; }
a { background-color: rgb(138,14,177); }
div.DivClassName
{
background-color: #8A0EB1;
}
.BgClassName
{
background-color: #8A0EB1;
}
</style>
border-color css
<style>
span { border-color: #8A0EB1; }
span { border-color: rgb(138,14,177); }
td.TdClassName
{
border-color: #8A0EB1;
}
.TagClassName
{
border-color: #8A0EB1;
}
</style>