Shades of Vivid Violet #9534AB
Tints of Vivid Violet #9534AB
RGB
CMYK
RGB Variations
Color information
#9534AB (or 0x9534AB) is known color: Vivid Violet. HEX triplet: 95, 34 and AB. RGB value is (149,52,171). Sum of RGB (Red+Green+Blue) = 149+52+171=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #9534AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9534AB is #6ACB54. Grayscale: #5E5E5E. Windows color (decimal): -6998869 or 11220117. OLE color: 11220117.
HSL color Cylindrical-coordinate representation of color #9534AB: hue angle of 288.91º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9534AB is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 52 | 171 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.33 |
| HSL | 288.91º | 0.53% | 0.44% | - |
| HSV(B) | 288.91º | 0.7% | 0.67% | - |
| XYZ | 20.97 | 11.79 | 39.7 | - |
| YUV | 94.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 171 | 0.13 | 0.70 | 0 | 0.33 | 288.91 | 0.53 | 0.44 |
| Hex | 95 | 34 | AB | D | 46 | 0 | 21 | 121 | 35 | 2C |
| Octal | 225 | 64 | 253 | 15 | 106 | 0 | 41 | 441 | 65 | 54 |
| Binary | 10010101 | 110100 | 10101011 | 1101 | 1000110 | 0 | 100001 | 100100001 | 110101 | 101100 |
Color Harmonies of #9534AB
Complementary color
Monochromatic Colors of #9534AB
Black with #9534AB
Text Example
Text Example
White with #9534AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534AB; }
p { color: rgb(149,52,171); }
H1.HeaderClassName
{
color: #9534AB;
}
.AnyTagClassName
{
color: #9534AB;
}
</style>
background-color css
<style>
a { background-color: #9534AB; }
a { background-color: rgb(149,52,171); }
div.DivClassName
{
background-color: #9534AB;
}
.BgClassName
{
background-color: #9534AB;
}
</style>
border-color css
<style>
span { border-color: #9534AB; }
span { border-color: rgb(149,52,171); }
td.TdClassName
{
border-color: #9534AB;
}
.TagClassName
{
border-color: #9534AB;
}
</style>