Shades of Vivid Violet #8531A4
Tints of Vivid Violet #8531A4
RGB
CMYK
RGB Variations
Color information
#8531A4 (or 0x8531A4) is known color: Vivid Violet. HEX triplet: 85, 31 and A4. RGB value is (133,49,164). Sum of RGB (Red+Green+Blue) = 133+49+164=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #8531A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8531A4 is #7ACE5B. Grayscale: #565656. Windows color (decimal): -8048220 or 10760581. OLE color: 10760581.
HSL color Cylindrical-coordinate representation of color #8531A4: hue angle of 283.83º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8531A4 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 49 | 164 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.36 |
| HSL | 283.83º | 0.54% | 0.42% | - |
| HSV(B) | 283.83º | 0.7% | 0.64% | - |
| XYZ | 17.47 | 9.86 | 36.1 | - |
| YUV | 87.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 164 | 0.19 | 0.70 | 0 | 0.36 | 283.83 | 0.54 | 0.42 |
| Hex | 85 | 31 | A4 | 13 | 46 | 0 | 24 | 11C | 36 | 2A |
| Octal | 205 | 61 | 244 | 23 | 106 | 0 | 44 | 434 | 66 | 52 |
| Binary | 10000101 | 110001 | 10100100 | 10011 | 1000110 | 0 | 100100 | 100011100 | 110110 | 101010 |
Color Harmonies of #8531A4
Complementary color
Monochromatic Colors of #8531A4
Black with #8531A4
Text Example
Text Example
White with #8531A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8531A4; }
p { color: rgb(133,49,164); }
H1.HeaderClassName
{
color: #8531A4;
}
.AnyTagClassName
{
color: #8531A4;
}
</style>
background-color css
<style>
a { background-color: #8531A4; }
a { background-color: rgb(133,49,164); }
div.DivClassName
{
background-color: #8531A4;
}
.BgClassName
{
background-color: #8531A4;
}
</style>
border-color css
<style>
span { border-color: #8531A4; }
span { border-color: rgb(133,49,164); }
td.TdClassName
{
border-color: #8531A4;
}
.TagClassName
{
border-color: #8531A4;
}
</style>