Shades of Vivid Violet #9637AB
Tints of Vivid Violet #9637AB
RGB
CMYK
RGB Variations
Color information
#9637AB (or 0x9637AB) is known color: Vivid Violet. HEX triplet: 96, 37 and AB. RGB value is (150,55,171). Sum of RGB (Red+Green+Blue) = 150+55+171=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #9637AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9637AB is #69C854. Grayscale: #606060. Windows color (decimal): -6932565 or 11220886. OLE color: 11220886.
HSL color Cylindrical-coordinate representation of color #9637AB: hue angle of 289.14º 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 #9637AB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 55 | 171 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.33 |
| HSL | 289.14º | 0.51% | 0.44% | - |
| HSV(B) | 289.14º | 0.68% | 0.67% | - |
| XYZ | 21.29 | 12.16 | 39.75 | - |
| YUV | 96.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 171 | 0.12 | 0.68 | 0 | 0.33 | 289.14 | 0.51 | 0.44 |
| Hex | 96 | 37 | AB | C | 44 | 0 | 21 | 121 | 33 | 2C |
| Octal | 226 | 67 | 253 | 14 | 104 | 0 | 41 | 441 | 63 | 54 |
| Binary | 10010110 | 110111 | 10101011 | 1100 | 1000100 | 0 | 100001 | 100100001 | 110011 | 101100 |
Color Harmonies of #9637AB
Complementary color
Monochromatic Colors of #9637AB
Black with #9637AB
Text Example
Text Example
White with #9637AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637AB; }
p { color: rgb(150,55,171); }
H1.HeaderClassName
{
color: #9637AB;
}
.AnyTagClassName
{
color: #9637AB;
}
</style>
background-color css
<style>
a { background-color: #9637AB; }
a { background-color: rgb(150,55,171); }
div.DivClassName
{
background-color: #9637AB;
}
.BgClassName
{
background-color: #9637AB;
}
</style>
border-color css
<style>
span { border-color: #9637AB; }
span { border-color: rgb(150,55,171); }
td.TdClassName
{
border-color: #9637AB;
}
.TagClassName
{
border-color: #9637AB;
}
</style>