Shades of Vivid Violet #8534AB
Tints of Vivid Violet #8534AB
RGB
CMYK
RGB Variations
Color information
#8534AB (or 0x8534AB) is known color: Vivid Violet. HEX triplet: 85, 34 and AB. RGB value is (133,52,171). Sum of RGB (Red+Green+Blue) = 133+52+171=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #8534AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8534AB is #7ACB54. Grayscale: #595959. Windows color (decimal): -8047445 or 11220101. OLE color: 11220101.
HSL color Cylindrical-coordinate representation of color #8534AB: hue angle of 280.84º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8534AB is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 52 | 171 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.33 |
| HSL | 280.84º | 0.53% | 0.44% | - |
| HSV(B) | 280.84º | 0.7% | 0.67% | - |
| XYZ | 18.25 | 10.38 | 39.57 | - |
| YUV | 89.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 171 | 0.22 | 0.70 | 0 | 0.33 | 280.84 | 0.53 | 0.44 |
| Hex | 85 | 34 | AB | 16 | 46 | 0 | 21 | 119 | 35 | 2C |
| Octal | 205 | 64 | 253 | 26 | 106 | 0 | 41 | 431 | 65 | 54 |
| Binary | 10000101 | 110100 | 10101011 | 10110 | 1000110 | 0 | 100001 | 100011001 | 110101 | 101100 |
Color Harmonies of #8534AB
Complementary color
Monochromatic Colors of #8534AB
Black with #8534AB
Text Example
Text Example
White with #8534AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8534AB; }
p { color: rgb(133,52,171); }
H1.HeaderClassName
{
color: #8534AB;
}
.AnyTagClassName
{
color: #8534AB;
}
</style>
background-color css
<style>
a { background-color: #8534AB; }
a { background-color: rgb(133,52,171); }
div.DivClassName
{
background-color: #8534AB;
}
.BgClassName
{
background-color: #8534AB;
}
</style>
border-color css
<style>
span { border-color: #8534AB; }
span { border-color: rgb(133,52,171); }
td.TdClassName
{
border-color: #8534AB;
}
.TagClassName
{
border-color: #8534AB;
}
</style>