Shades of Dark Violet #8512AF
Tints of Dark Violet #8512AF
RGB
CMYK
RGB Variations
Color information
#8512AF (or 0x8512AF) is known color: Dark Violet. HEX triplet: 85, 12 and AF. RGB value is (133,18,175). Sum of RGB (Red+Green+Blue) = 133+18+175=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #8512AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8512AF is #7AED50. Grayscale: #454545. Windows color (decimal): -8056145 or 11473541. OLE color: 11473541.
HSL color Cylindrical-coordinate representation of color #8512AF: hue angle of 283.95º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8512AF is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 18 | 175 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.31 |
| HSL | 283.95º | 0.81% | 0.38% | - |
| HSV(B) | 283.95º | 0.9% | 0.69% | - |
| XYZ | 17.63 | 8.51 | 41.27 | - |
| YUV | 70.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 175 | 0.24 | 0.90 | 0 | 0.31 | 283.95 | 0.81 | 0.38 |
| Hex | 85 | 12 | AF | 18 | 5A | 0 | 1F | 11C | 51 | 26 |
| Octal | 205 | 22 | 257 | 30 | 132 | 0 | 37 | 434 | 121 | 46 |
| Binary | 10000101 | 10010 | 10101111 | 11000 | 1011010 | 0 | 11111 | 100011100 | 1010001 | 100110 |
Color Harmonies of #8512AF
Complementary color
Monochromatic Colors of #8512AF
Black with #8512AF
Text Example
Text Example
White with #8512AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512AF; }
p { color: rgb(133,18,175); }
H1.HeaderClassName
{
color: #8512AF;
}
.AnyTagClassName
{
color: #8512AF;
}
</style>
background-color css
<style>
a { background-color: #8512AF; }
a { background-color: rgb(133,18,175); }
div.DivClassName
{
background-color: #8512AF;
}
.BgClassName
{
background-color: #8512AF;
}
</style>
border-color css
<style>
span { border-color: #8512AF; }
span { border-color: rgb(133,18,175); }
td.TdClassName
{
border-color: #8512AF;
}
.TagClassName
{
border-color: #8512AF;
}
</style>