Shades of Dark Violet #8A0DB1
Tints of Dark Violet #8A0DB1
RGB
CMYK
RGB Variations
Color information
#8A0DB1 (or 0x8A0DB1) is known color: Dark Violet. HEX triplet: 8A, 0D and B1. RGB value is (138,13,177). Sum of RGB (Red+Green+Blue) = 138+13+177=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A0DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0DB1 is #75F24E. Grayscale: #444444. Windows color (decimal): -7729743 or 11603338. OLE color: 11603338.
HSL color Cylindrical-coordinate representation of color #8A0DB1: hue angle of 285.73º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0DB1 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 13 | 177 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.31 |
| HSL | 285.73º | 0.86% | 0.37% | - |
| HSV(B) | 285.73º | 0.93% | 0.69% | - |
| XYZ | 18.56 | 8.87 | 42.33 | - |
| YUV | 69.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 177 | 0.22 | 0.93 | 0 | 0.31 | 285.73 | 0.86 | 0.37 |
| Hex | 8A | D | B1 | 16 | 5D | 0 | 1F | 11E | 56 | 25 |
| Octal | 212 | 15 | 261 | 26 | 135 | 0 | 37 | 436 | 126 | 45 |
| Binary | 10001010 | 1101 | 10110001 | 10110 | 1011101 | 0 | 11111 | 100011110 | 1010110 | 100101 |
Color Harmonies of #8A0DB1
Complementary color
Monochromatic Colors of #8A0DB1
Black with #8A0DB1
Text Example
Text Example
White with #8A0DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0DB1; }
p { color: rgb(138,13,177); }
H1.HeaderClassName
{
color: #8A0DB1;
}
.AnyTagClassName
{
color: #8A0DB1;
}
</style>
background-color css
<style>
a { background-color: #8A0DB1; }
a { background-color: rgb(138,13,177); }
div.DivClassName
{
background-color: #8A0DB1;
}
.BgClassName
{
background-color: #8A0DB1;
}
</style>
border-color css
<style>
span { border-color: #8A0DB1; }
span { border-color: rgb(138,13,177); }
td.TdClassName
{
border-color: #8A0DB1;
}
.TagClassName
{
border-color: #8A0DB1;
}
</style>