Shades of Vivid Violet #9521A3
Tints of Vivid Violet #9521A3
RGB
CMYK
RGB Variations
Color information
#9521A3 (or 0x9521A3) is known color: Vivid Violet. HEX triplet: 95, 21 and A3. RGB value is (149,33,163). Sum of RGB (Red+Green+Blue) = 149+33+163=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 163 - color contains mainly: blue. Hex color #9521A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9521A3 is #6ADE5C. Grayscale: #525252. Windows color (decimal): -7003741 or 10690965. OLE color: 10690965.
HSL color Cylindrical-coordinate representation of color #9521A3: hue angle of 293.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9521A3 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 33 | 163 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.36 |
| HSL | 293.54º | 0.66% | 0.38% | - |
| HSV(B) | 293.54º | 0.8% | 0.64% | - |
| XYZ | 19.55 | 10.12 | 35.57 | - |
| YUV | 82.5 | 173.43 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 163 | 0.09 | 0.80 | 0 | 0.36 | 293.54 | 0.66 | 0.38 |
| Hex | 95 | 21 | A3 | 9 | 50 | 0 | 24 | 126 | 42 | 26 |
| Octal | 225 | 41 | 243 | 11 | 120 | 0 | 44 | 446 | 102 | 46 |
| Binary | 10010101 | 100001 | 10100011 | 1001 | 1010000 | 0 | 100100 | 100100110 | 1000010 | 100110 |
Color Harmonies of #9521A3
Complementary color
Monochromatic Colors of #9521A3
Black with #9521A3
Text Example
Text Example
White with #9521A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9521A3; }
p { color: rgb(149,33,163); }
H1.HeaderClassName
{
color: #9521A3;
}
.AnyTagClassName
{
color: #9521A3;
}
</style>
background-color css
<style>
a { background-color: #9521A3; }
a { background-color: rgb(149,33,163); }
div.DivClassName
{
background-color: #9521A3;
}
.BgClassName
{
background-color: #9521A3;
}
</style>
border-color css
<style>
span { border-color: #9521A3; }
span { border-color: rgb(149,33,163); }
td.TdClassName
{
border-color: #9521A3;
}
.TagClassName
{
border-color: #9521A3;
}
</style>