Shades of Dark Violet #8111AE
Tints of Dark Violet #8111AE
RGB
CMYK
RGB Variations
Color information
#8111AE (or 0x8111AE) is known color: Dark Violet. HEX triplet: 81, 11 and AE. RGB value is (129,17,174). Sum of RGB (Red+Green+Blue) = 129+17+174=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #8111AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8111AE is #7EEE51. Grayscale: #434343. Windows color (decimal): -8318546 or 11407745. OLE color: 11407745.
HSL color Cylindrical-coordinate representation of color #8111AE: hue angle of 282.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8111AE is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 17 | 174 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.32 |
| HSL | 282.8º | 0.82% | 0.37% | - |
| HSV(B) | 282.8º | 0.9% | 0.68% | - |
| XYZ | 16.89 | 8.12 | 40.72 | - |
| YUV | 68.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 174 | 0.26 | 0.90 | 0 | 0.32 | 282.8 | 0.82 | 0.37 |
| Hex | 81 | 11 | AE | 1A | 5A | 0 | 20 | 11B | 52 | 25 |
| Octal | 201 | 21 | 256 | 32 | 132 | 0 | 40 | 433 | 122 | 45 |
| Binary | 10000001 | 10001 | 10101110 | 11010 | 1011010 | 0 | 100000 | 100011011 | 1010010 | 100101 |
Color Harmonies of #8111AE
Complementary color
Monochromatic Colors of #8111AE
Black with #8111AE
Text Example
Text Example
White with #8111AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8111AE; }
p { color: rgb(129,17,174); }
H1.HeaderClassName
{
color: #8111AE;
}
.AnyTagClassName
{
color: #8111AE;
}
</style>
background-color css
<style>
a { background-color: #8111AE; }
a { background-color: rgb(129,17,174); }
div.DivClassName
{
background-color: #8111AE;
}
.BgClassName
{
background-color: #8111AE;
}
</style>
border-color css
<style>
span { border-color: #8111AE; }
span { border-color: rgb(129,17,174); }
td.TdClassName
{
border-color: #8111AE;
}
.TagClassName
{
border-color: #8111AE;
}
</style>