Shades of Vivid Violet #8537AC
Tints of Vivid Violet #8537AC
RGB
CMYK
RGB Variations
Color information
#8537AC (or 0x8537AC) is known color: Vivid Violet. HEX triplet: 85, 37 and AC. RGB value is (133,55,172). Sum of RGB (Red+Green+Blue) = 133+55+172=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #8537AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8537AC is #7AC853. Grayscale: #5B5B5B. Windows color (decimal): -8046676 or 11286405. OLE color: 11286405.
HSL color Cylindrical-coordinate representation of color #8537AC: hue angle of 280º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8537AC is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 55 | 172 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.33 |
| HSL | 280º | 0.52% | 0.45% | - |
| HSV(B) | 280º | 0.68% | 0.67% | - |
| XYZ | 18.49 | 10.7 | 40.12 | - |
| YUV | 91.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 172 | 0.23 | 0.68 | 0 | 0.33 | 280 | 0.52 | 0.45 |
| Hex | 85 | 37 | AC | 17 | 44 | 0 | 21 | 118 | 34 | 2D |
| Octal | 205 | 67 | 254 | 27 | 104 | 0 | 41 | 430 | 64 | 55 |
| Binary | 10000101 | 110111 | 10101100 | 10111 | 1000100 | 0 | 100001 | 100011000 | 110100 | 101101 |
Color Harmonies of #8537AC
Complementary color
Monochromatic Colors of #8537AC
Black with #8537AC
Text Example
Text Example
White with #8537AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8537AC; }
p { color: rgb(133,55,172); }
H1.HeaderClassName
{
color: #8537AC;
}
.AnyTagClassName
{
color: #8537AC;
}
</style>
background-color css
<style>
a { background-color: #8537AC; }
a { background-color: rgb(133,55,172); }
div.DivClassName
{
background-color: #8537AC;
}
.BgClassName
{
background-color: #8537AC;
}
</style>
border-color css
<style>
span { border-color: #8537AC; }
span { border-color: rgb(133,55,172); }
td.TdClassName
{
border-color: #8537AC;
}
.TagClassName
{
border-color: #8537AC;
}
</style>