Shades of Vivid Violet #8534A3
Tints of Vivid Violet #8534A3
RGB
CMYK
RGB Variations
Color information
#8534A3 (or 0x8534A3) is known color: Vivid Violet. HEX triplet: 85, 34 and A3. RGB value is (133,52,163). Sum of RGB (Red+Green+Blue) = 133+52+163=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 163 - color contains mainly: blue. Hex color #8534A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8534A3 is #7ACB5C. Grayscale: #585858. Windows color (decimal): -8047453 or 10695813. OLE color: 10695813.
HSL color Cylindrical-coordinate representation of color #8534A3: hue angle of 283.78º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8534A3 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 52 | 163 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.36 |
| HSL | 283.78º | 0.52% | 0.42% | - |
| HSV(B) | 283.78º | 0.68% | 0.64% | - |
| XYZ | 17.51 | 10.09 | 35.67 | - |
| YUV | 88.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 163 | 0.18 | 0.68 | 0 | 0.36 | 283.78 | 0.52 | 0.42 |
| Hex | 85 | 34 | A3 | 12 | 44 | 0 | 24 | 11C | 34 | 2A |
| Octal | 205 | 64 | 243 | 22 | 104 | 0 | 44 | 434 | 64 | 52 |
| Binary | 10000101 | 110100 | 10100011 | 10010 | 1000100 | 0 | 100100 | 100011100 | 110100 | 101010 |
Color Harmonies of #8534A3
Complementary color
Monochromatic Colors of #8534A3
Black with #8534A3
Text Example
Text Example
White with #8534A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8534A3; }
p { color: rgb(133,52,163); }
H1.HeaderClassName
{
color: #8534A3;
}
.AnyTagClassName
{
color: #8534A3;
}
</style>
background-color css
<style>
a { background-color: #8534A3; }
a { background-color: rgb(133,52,163); }
div.DivClassName
{
background-color: #8534A3;
}
.BgClassName
{
background-color: #8534A3;
}
</style>
border-color css
<style>
span { border-color: #8534A3; }
span { border-color: rgb(133,52,163); }
td.TdClassName
{
border-color: #8534A3;
}
.TagClassName
{
border-color: #8534A3;
}
</style>