Shades of Vivid Violet #8537AB
Tints of Vivid Violet #8537AB
RGB
CMYK
RGB Variations
Color information
#8537AB (or 0x8537AB) is known color: Vivid Violet. HEX triplet: 85, 37 and AB. RGB value is (133,55,171). Sum of RGB (Red+Green+Blue) = 133+55+171=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #8537AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8537AB is #7AC854. Grayscale: #5B5B5B. Windows color (decimal): -8046677 or 11220869. OLE color: 11220869.
HSL color Cylindrical-coordinate representation of color #8537AB: hue angle of 280.34º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8537AB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 55 | 171 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.33 |
| HSL | 280.34º | 0.51% | 0.44% | - |
| HSV(B) | 280.34º | 0.68% | 0.67% | - |
| XYZ | 18.39 | 10.66 | 39.62 | - |
| YUV | 91.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 171 | 0.22 | 0.68 | 0 | 0.33 | 280.34 | 0.51 | 0.44 |
| Hex | 85 | 37 | AB | 16 | 44 | 0 | 21 | 118 | 33 | 2C |
| Octal | 205 | 67 | 253 | 26 | 104 | 0 | 41 | 430 | 63 | 54 |
| Binary | 10000101 | 110111 | 10101011 | 10110 | 1000100 | 0 | 100001 | 100011000 | 110011 | 101100 |
Color Harmonies of #8537AB
Complementary color
Monochromatic Colors of #8537AB
Black with #8537AB
Text Example
Text Example
White with #8537AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8537AB; }
p { color: rgb(133,55,171); }
H1.HeaderClassName
{
color: #8537AB;
}
.AnyTagClassName
{
color: #8537AB;
}
</style>
background-color css
<style>
a { background-color: #8537AB; }
a { background-color: rgb(133,55,171); }
div.DivClassName
{
background-color: #8537AB;
}
.BgClassName
{
background-color: #8537AB;
}
</style>
border-color css
<style>
span { border-color: #8537AB; }
span { border-color: rgb(133,55,171); }
td.TdClassName
{
border-color: #8537AB;
}
.TagClassName
{
border-color: #8537AB;
}
</style>