Shades of Vivid Violet #8529AB
Tints of Vivid Violet #8529AB
RGB
CMYK
RGB Variations
Color information
#8529AB (or 0x8529AB) is known color: Vivid Violet. HEX triplet: 85, 29 and AB. RGB value is (133,41,171). Sum of RGB (Red+Green+Blue) = 133+41+171=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #8529AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8529AB is #7AD654. Grayscale: #525252. Windows color (decimal): -8050261 or 11217285. OLE color: 11217285.
HSL color Cylindrical-coordinate representation of color #8529AB: hue angle of 282.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8529AB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 41 | 171 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.33 |
| HSL | 282.46º | 0.61% | 0.42% | - |
| HSV(B) | 282.46º | 0.76% | 0.67% | - |
| XYZ | 17.82 | 9.51 | 39.43 | - |
| YUV | 83.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 171 | 0.22 | 0.76 | 0 | 0.33 | 282.46 | 0.61 | 0.42 |
| Hex | 85 | 29 | AB | 16 | 4C | 0 | 21 | 11A | 3D | 2A |
| Octal | 205 | 51 | 253 | 26 | 114 | 0 | 41 | 432 | 75 | 52 |
| Binary | 10000101 | 101001 | 10101011 | 10110 | 1001100 | 0 | 100001 | 100011010 | 111101 | 101010 |
Color Harmonies of #8529AB
Complementary color
Monochromatic Colors of #8529AB
Black with #8529AB
Text Example
Text Example
White with #8529AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8529AB; }
p { color: rgb(133,41,171); }
H1.HeaderClassName
{
color: #8529AB;
}
.AnyTagClassName
{
color: #8529AB;
}
</style>
background-color css
<style>
a { background-color: #8529AB; }
a { background-color: rgb(133,41,171); }
div.DivClassName
{
background-color: #8529AB;
}
.BgClassName
{
background-color: #8529AB;
}
</style>
border-color css
<style>
span { border-color: #8529AB; }
span { border-color: rgb(133,41,171); }
td.TdClassName
{
border-color: #8529AB;
}
.TagClassName
{
border-color: #8529AB;
}
</style>