Shades of Vivid Violet #8534AF
Tints of Vivid Violet #8534AF
RGB
CMYK
RGB Variations
Color information
#8534AF (or 0x8534AF) is known color: Vivid Violet. HEX triplet: 85, 34 and AF. RGB value is (133,52,175). Sum of RGB (Red+Green+Blue) = 133+52+175=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #8534AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8534AF is #7ACB50. Grayscale: #595959. Windows color (decimal): -8047441 or 11482245. OLE color: 11482245.
HSL color Cylindrical-coordinate representation of color #8534AF: hue angle of 279.51º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8534AF is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 52 | 175 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.31 |
| HSL | 279.51º | 0.54% | 0.45% | - |
| HSV(B) | 279.51º | 0.7% | 0.69% | - |
| XYZ | 18.64 | 10.54 | 41.61 | - |
| YUV | 90.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 175 | 0.24 | 0.70 | 0 | 0.31 | 279.51 | 0.54 | 0.45 |
| Hex | 85 | 34 | AF | 18 | 46 | 0 | 1F | 118 | 36 | 2D |
| Octal | 205 | 64 | 257 | 30 | 106 | 0 | 37 | 430 | 66 | 55 |
| Binary | 10000101 | 110100 | 10101111 | 11000 | 1000110 | 0 | 11111 | 100011000 | 110110 | 101101 |
Color Harmonies of #8534AF
Complementary color
Monochromatic Colors of #8534AF
Black with #8534AF
Text Example
Text Example
White with #8534AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8534AF; }
p { color: rgb(133,52,175); }
H1.HeaderClassName
{
color: #8534AF;
}
.AnyTagClassName
{
color: #8534AF;
}
</style>
background-color css
<style>
a { background-color: #8534AF; }
a { background-color: rgb(133,52,175); }
div.DivClassName
{
background-color: #8534AF;
}
.BgClassName
{
background-color: #8534AF;
}
</style>
border-color css
<style>
span { border-color: #8534AF; }
span { border-color: rgb(133,52,175); }
td.TdClassName
{
border-color: #8534AF;
}
.TagClassName
{
border-color: #8534AF;
}
</style>