Shades of Vivid Violet #9535A9
Tints of Vivid Violet #9535A9
RGB
CMYK
RGB Variations
Color information
#9535A9 (or 0x9535A9) is known color: Vivid Violet. HEX triplet: 95, 35 and A9. RGB value is (149,53,169). Sum of RGB (Red+Green+Blue) = 149+53+169=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #9535A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9535A9 is #6ACA56. Grayscale: #5E5E5E. Windows color (decimal): -6998615 or 11089301. OLE color: 11089301.
HSL color Cylindrical-coordinate representation of color #9535A9: hue angle of 289.66º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9535A9 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 53 | 169 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.34 |
| HSL | 289.66º | 0.52% | 0.44% | - |
| HSV(B) | 289.66º | 0.69% | 0.66% | - |
| XYZ | 20.83 | 11.8 | 38.72 | - |
| YUV | 94.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 169 | 0.12 | 0.69 | 0 | 0.34 | 289.66 | 0.52 | 0.44 |
| Hex | 95 | 35 | A9 | C | 45 | 0 | 22 | 122 | 34 | 2C |
| Octal | 225 | 65 | 251 | 14 | 105 | 0 | 42 | 442 | 64 | 54 |
| Binary | 10010101 | 110101 | 10101001 | 1100 | 1000101 | 0 | 100010 | 100100010 | 110100 | 101100 |
Color Harmonies of #9535A9
Complementary color
Monochromatic Colors of #9535A9
Black with #9535A9
Text Example
Text Example
White with #9535A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9535A9; }
p { color: rgb(149,53,169); }
H1.HeaderClassName
{
color: #9535A9;
}
.AnyTagClassName
{
color: #9535A9;
}
</style>
background-color css
<style>
a { background-color: #9535A9; }
a { background-color: rgb(149,53,169); }
div.DivClassName
{
background-color: #9535A9;
}
.BgClassName
{
background-color: #9535A9;
}
</style>
border-color css
<style>
span { border-color: #9535A9; }
span { border-color: rgb(149,53,169); }
td.TdClassName
{
border-color: #9535A9;
}
.TagClassName
{
border-color: #9535A9;
}
</style>