Shades of Vivid Violet #9537AB
Tints of Vivid Violet #9537AB
RGB
CMYK
RGB Variations
Color information
#9537AB (or 0x9537AB) is known color: Vivid Violet. HEX triplet: 95, 37 and AB. RGB value is (149,55,171). Sum of RGB (Red+Green+Blue) = 149+55+171=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #9537AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9537AB is #6AC854. Grayscale: #5F5F5F. Windows color (decimal): -6998101 or 11220885. OLE color: 11220885.
HSL color Cylindrical-coordinate representation of color #9537AB: hue angle of 288.62º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9537AB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 55 | 171 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.33 |
| HSL | 288.62º | 0.51% | 0.44% | - |
| HSV(B) | 288.62º | 0.68% | 0.67% | - |
| XYZ | 21.11 | 12.06 | 39.74 | - |
| YUV | 96.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 171 | 0.13 | 0.68 | 0 | 0.33 | 288.62 | 0.51 | 0.44 |
| Hex | 95 | 37 | AB | D | 44 | 0 | 21 | 121 | 33 | 2C |
| Octal | 225 | 67 | 253 | 15 | 104 | 0 | 41 | 441 | 63 | 54 |
| Binary | 10010101 | 110111 | 10101011 | 1101 | 1000100 | 0 | 100001 | 100100001 | 110011 | 101100 |
Color Harmonies of #9537AB
Complementary color
Monochromatic Colors of #9537AB
Black with #9537AB
Text Example
Text Example
White with #9537AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9537AB; }
p { color: rgb(149,55,171); }
H1.HeaderClassName
{
color: #9537AB;
}
.AnyTagClassName
{
color: #9537AB;
}
</style>
background-color css
<style>
a { background-color: #9537AB; }
a { background-color: rgb(149,55,171); }
div.DivClassName
{
background-color: #9537AB;
}
.BgClassName
{
background-color: #9537AB;
}
</style>
border-color css
<style>
span { border-color: #9537AB; }
span { border-color: rgb(149,55,171); }
td.TdClassName
{
border-color: #9537AB;
}
.TagClassName
{
border-color: #9537AB;
}
</style>