Shades of Vivid Violet #9534A3
Tints of Vivid Violet #9534A3
RGB
CMYK
RGB Variations
Color information
#9534A3 (or 0x9534A3) is known color: Vivid Violet. HEX triplet: 95, 34 and A3. RGB value is (149,52,163). Sum of RGB (Red+Green+Blue) = 149+52+163=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 163 - color contains mainly: blue. Hex color #9534A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9534A3 is #6ACB5C. Grayscale: #5D5D5D. Windows color (decimal): -6998877 or 10695829. OLE color: 10695829.
HSL color Cylindrical-coordinate representation of color #9534A3: hue angle of 292.43º 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 #9534A3 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 52 | 163 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.36 |
| HSL | 292.43º | 0.52% | 0.42% | - |
| HSV(B) | 292.43º | 0.68% | 0.64% | - |
| XYZ | 20.23 | 11.49 | 35.8 | - |
| YUV | 93.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 163 | 0.09 | 0.68 | 0 | 0.36 | 292.43 | 0.52 | 0.42 |
| Hex | 95 | 34 | A3 | 9 | 44 | 0 | 24 | 124 | 34 | 2A |
| Octal | 225 | 64 | 243 | 11 | 104 | 0 | 44 | 444 | 64 | 52 |
| Binary | 10010101 | 110100 | 10100011 | 1001 | 1000100 | 0 | 100100 | 100100100 | 110100 | 101010 |
Color Harmonies of #9534A3
Complementary color
Monochromatic Colors of #9534A3
Black with #9534A3
Text Example
Text Example
White with #9534A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534A3; }
p { color: rgb(149,52,163); }
H1.HeaderClassName
{
color: #9534A3;
}
.AnyTagClassName
{
color: #9534A3;
}
</style>
background-color css
<style>
a { background-color: #9534A3; }
a { background-color: rgb(149,52,163); }
div.DivClassName
{
background-color: #9534A3;
}
.BgClassName
{
background-color: #9534A3;
}
</style>
border-color css
<style>
span { border-color: #9534A3; }
span { border-color: rgb(149,52,163); }
td.TdClassName
{
border-color: #9534A3;
}
.TagClassName
{
border-color: #9534A3;
}
</style>