Shades of Vivid Violet #9635AB
Tints of Vivid Violet #9635AB
RGB
CMYK
RGB Variations
Color information
#9635AB (or 0x9635AB) is known color: Vivid Violet. HEX triplet: 96, 35 and AB. RGB value is (150,53,171). Sum of RGB (Red+Green+Blue) = 150+53+171=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #9635AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9635AB is #69CA54. Grayscale: #5F5F5F. Windows color (decimal): -6933077 or 11220374. OLE color: 11220374.
HSL color Cylindrical-coordinate representation of color #9635AB: hue angle of 289.32º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9635AB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 53 | 171 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.33 |
| HSL | 289.32º | 0.53% | 0.44% | - |
| HSV(B) | 289.32º | 0.69% | 0.67% | - |
| XYZ | 21.2 | 11.97 | 39.72 | - |
| YUV | 95.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 171 | 0.12 | 0.69 | 0 | 0.33 | 289.32 | 0.53 | 0.44 |
| Hex | 96 | 35 | AB | C | 45 | 0 | 21 | 121 | 35 | 2C |
| Octal | 226 | 65 | 253 | 14 | 105 | 0 | 41 | 441 | 65 | 54 |
| Binary | 10010110 | 110101 | 10101011 | 1100 | 1000101 | 0 | 100001 | 100100001 | 110101 | 101100 |
Color Harmonies of #9635AB
Complementary color
Monochromatic Colors of #9635AB
Black with #9635AB
Text Example
Text Example
White with #9635AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9635AB; }
p { color: rgb(150,53,171); }
H1.HeaderClassName
{
color: #9635AB;
}
.AnyTagClassName
{
color: #9635AB;
}
</style>
background-color css
<style>
a { background-color: #9635AB; }
a { background-color: rgb(150,53,171); }
div.DivClassName
{
background-color: #9635AB;
}
.BgClassName
{
background-color: #9635AB;
}
</style>
border-color css
<style>
span { border-color: #9635AB; }
span { border-color: rgb(150,53,171); }
td.TdClassName
{
border-color: #9635AB;
}
.TagClassName
{
border-color: #9635AB;
}
</style>