Shades of Vivid Violet #9534AA
Tints of Vivid Violet #9534AA
RGB
CMYK
RGB Variations
Color information
#9534AA (or 0x9534AA) is known color: Vivid Violet. HEX triplet: 95, 34 and AA. RGB value is (149,52,170). Sum of RGB (Red+Green+Blue) = 149+52+170=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #9534AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9534AA is #6ACB55. Grayscale: #5E5E5E. Windows color (decimal): -6998870 or 11154581. OLE color: 11154581.
HSL color Cylindrical-coordinate representation of color #9534AA: hue angle of 289.32º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9534AA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 52 | 170 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.33 |
| HSL | 289.32º | 0.53% | 0.44% | - |
| HSV(B) | 289.32º | 0.69% | 0.67% | - |
| XYZ | 20.88 | 11.75 | 39.2 | - |
| YUV | 94.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 170 | 0.12 | 0.69 | 0 | 0.33 | 289.32 | 0.53 | 0.44 |
| Hex | 95 | 34 | AA | C | 45 | 0 | 21 | 121 | 35 | 2C |
| Octal | 225 | 64 | 252 | 14 | 105 | 0 | 41 | 441 | 65 | 54 |
| Binary | 10010101 | 110100 | 10101010 | 1100 | 1000101 | 0 | 100001 | 100100001 | 110101 | 101100 |
Color Harmonies of #9534AA
Complementary color
Monochromatic Colors of #9534AA
Black with #9534AA
Text Example
Text Example
White with #9534AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534AA; }
p { color: rgb(149,52,170); }
H1.HeaderClassName
{
color: #9534AA;
}
.AnyTagClassName
{
color: #9534AA;
}
</style>
background-color css
<style>
a { background-color: #9534AA; }
a { background-color: rgb(149,52,170); }
div.DivClassName
{
background-color: #9534AA;
}
.BgClassName
{
background-color: #9534AA;
}
</style>
border-color css
<style>
span { border-color: #9534AA; }
span { border-color: rgb(149,52,170); }
td.TdClassName
{
border-color: #9534AA;
}
.TagClassName
{
border-color: #9534AA;
}
</style>