Shades of Vivid Violet #8537AD
Tints of Vivid Violet #8537AD
RGB
CMYK
RGB Variations
Color information
#8537AD (or 0x8537AD) is known color: Vivid Violet. HEX triplet: 85, 37 and AD. RGB value is (133,55,173). Sum of RGB (Red+Green+Blue) = 133+55+173=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #8537AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8537AD is #7AC852. Grayscale: #5B5B5B. Windows color (decimal): -8046675 or 11351941. OLE color: 11351941.
HSL color Cylindrical-coordinate representation of color #8537AD: hue angle of 279.66º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8537AD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 55 | 173 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.32 |
| HSL | 279.66º | 0.52% | 0.45% | - |
| HSV(B) | 279.66º | 0.68% | 0.68% | - |
| XYZ | 18.58 | 10.74 | 40.63 | - |
| YUV | 91.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 173 | 0.23 | 0.68 | 0 | 0.32 | 279.66 | 0.52 | 0.45 |
| Hex | 85 | 37 | AD | 17 | 44 | 0 | 20 | 118 | 34 | 2D |
| Octal | 205 | 67 | 255 | 27 | 104 | 0 | 40 | 430 | 64 | 55 |
| Binary | 10000101 | 110111 | 10101101 | 10111 | 1000100 | 0 | 100000 | 100011000 | 110100 | 101101 |
Color Harmonies of #8537AD
Complementary color
Monochromatic Colors of #8537AD
Black with #8537AD
Text Example
Text Example
White with #8537AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8537AD; }
p { color: rgb(133,55,173); }
H1.HeaderClassName
{
color: #8537AD;
}
.AnyTagClassName
{
color: #8537AD;
}
</style>
background-color css
<style>
a { background-color: #8537AD; }
a { background-color: rgb(133,55,173); }
div.DivClassName
{
background-color: #8537AD;
}
.BgClassName
{
background-color: #8537AD;
}
</style>
border-color css
<style>
span { border-color: #8537AD; }
span { border-color: rgb(133,55,173); }
td.TdClassName
{
border-color: #8537AD;
}
.TagClassName
{
border-color: #8537AD;
}
</style>