Shades of Dark Violet #8512AE
Tints of Dark Violet #8512AE
RGB
CMYK
RGB Variations
Color information
#8512AE (or 0x8512AE) is known color: Dark Violet. HEX triplet: 85, 12 and AE. RGB value is (133,18,174). Sum of RGB (Red+Green+Blue) = 133+18+174=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #8512AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8512AE is #7AED51. Grayscale: #454545. Windows color (decimal): -8056146 or 11408005. OLE color: 11408005.
HSL color Cylindrical-coordinate representation of color #8512AE: hue angle of 284.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8512AE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 18 | 174 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.32 |
| HSL | 284.23º | 0.81% | 0.38% | - |
| HSV(B) | 284.23º | 0.9% | 0.68% | - |
| XYZ | 17.53 | 8.48 | 40.76 | - |
| YUV | 70.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 174 | 0.24 | 0.90 | 0 | 0.32 | 284.23 | 0.81 | 0.38 |
| Hex | 85 | 12 | AE | 18 | 5A | 0 | 20 | 11C | 51 | 26 |
| Octal | 205 | 22 | 256 | 30 | 132 | 0 | 40 | 434 | 121 | 46 |
| Binary | 10000101 | 10010 | 10101110 | 11000 | 1011010 | 0 | 100000 | 100011100 | 1010001 | 100110 |
Color Harmonies of #8512AE
Complementary color
Monochromatic Colors of #8512AE
Black with #8512AE
Text Example
Text Example
White with #8512AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512AE; }
p { color: rgb(133,18,174); }
H1.HeaderClassName
{
color: #8512AE;
}
.AnyTagClassName
{
color: #8512AE;
}
</style>
background-color css
<style>
a { background-color: #8512AE; }
a { background-color: rgb(133,18,174); }
div.DivClassName
{
background-color: #8512AE;
}
.BgClassName
{
background-color: #8512AE;
}
</style>
border-color css
<style>
span { border-color: #8512AE; }
span { border-color: rgb(133,18,174); }
td.TdClassName
{
border-color: #8512AE;
}
.TagClassName
{
border-color: #8512AE;
}
</style>