Shades of Dark Violet #8502AE
Tints of Dark Violet #8502AE
RGB
CMYK
RGB Variations
Color information
#8502AE (or 0x8502AE) is known color: Dark Violet. HEX triplet: 85, 02 and AE. RGB value is (133,2,174). Sum of RGB (Red+Green+Blue) = 133+2+174=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #8502AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8502AE is #7AFD51. Grayscale: #3C3C3C. Windows color (decimal): -8060242 or 11403909. OLE color: 11403909.
HSL color Cylindrical-coordinate representation of color #8502AE: hue angle of 285.7º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502AE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 2 | 174 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.32 |
| HSL | 285.7º | 0.98% | 0.35% | - |
| HSV(B) | 285.7º | 0.99% | 0.68% | - |
| XYZ | 17.33 | 8.09 | 40.69 | - |
| YUV | 60.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 174 | 0.24 | 0.99 | 0 | 0.32 | 285.7 | 0.98 | 0.35 |
| Hex | 85 | 2 | AE | 18 | 63 | 0 | 20 | 11E | 62 | 23 |
| Octal | 205 | 2 | 256 | 30 | 143 | 0 | 40 | 436 | 142 | 43 |
| Binary | 10000101 | 10 | 10101110 | 11000 | 1100011 | 0 | 100000 | 100011110 | 1100010 | 100011 |
Color Harmonies of #8502AE
Complementary color
Monochromatic Colors of #8502AE
Black with #8502AE
Text Example
Text Example
White with #8502AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502AE; }
p { color: rgb(133,2,174); }
H1.HeaderClassName
{
color: #8502AE;
}
.AnyTagClassName
{
color: #8502AE;
}
</style>
background-color css
<style>
a { background-color: #8502AE; }
a { background-color: rgb(133,2,174); }
div.DivClassName
{
background-color: #8502AE;
}
.BgClassName
{
background-color: #8502AE;
}
</style>
border-color css
<style>
span { border-color: #8502AE; }
span { border-color: rgb(133,2,174); }
td.TdClassName
{
border-color: #8502AE;
}
.TagClassName
{
border-color: #8502AE;
}
</style>