Shades of Dark Violet #8511AE
Tints of Dark Violet #8511AE
RGB
CMYK
RGB Variations
Color information
#8511AE (or 0x8511AE) is known color: Dark Violet. HEX triplet: 85, 11 and AE. RGB value is (133,17,174). Sum of RGB (Red+Green+Blue) = 133+17+174=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #8511AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8511AE is #7AEE51. Grayscale: #454545. Windows color (decimal): -8056402 or 11407749. OLE color: 11407749.
HSL color Cylindrical-coordinate representation of color #8511AE: hue angle of 284.33º 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 #8511AE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 17 | 174 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.32 |
| HSL | 284.33º | 0.82% | 0.37% | - |
| HSV(B) | 284.33º | 0.9% | 0.68% | - |
| XYZ | 17.51 | 8.44 | 40.75 | - |
| YUV | 69.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 174 | 0.24 | 0.90 | 0 | 0.32 | 284.33 | 0.82 | 0.37 |
| Hex | 85 | 11 | AE | 18 | 5A | 0 | 20 | 11C | 52 | 25 |
| Octal | 205 | 21 | 256 | 30 | 132 | 0 | 40 | 434 | 122 | 45 |
| Binary | 10000101 | 10001 | 10101110 | 11000 | 1011010 | 0 | 100000 | 100011100 | 1010010 | 100101 |
Color Harmonies of #8511AE
Complementary color
Monochromatic Colors of #8511AE
Black with #8511AE
Text Example
Text Example
White with #8511AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511AE; }
p { color: rgb(133,17,174); }
H1.HeaderClassName
{
color: #8511AE;
}
.AnyTagClassName
{
color: #8511AE;
}
</style>
background-color css
<style>
a { background-color: #8511AE; }
a { background-color: rgb(133,17,174); }
div.DivClassName
{
background-color: #8511AE;
}
.BgClassName
{
background-color: #8511AE;
}
</style>
border-color css
<style>
span { border-color: #8511AE; }
span { border-color: rgb(133,17,174); }
td.TdClassName
{
border-color: #8511AE;
}
.TagClassName
{
border-color: #8511AE;
}
</style>