Shades of Vivid Violet #9735AB
Tints of Vivid Violet #9735AB
RGB
CMYK
RGB Variations
Color information
#9735AB (or 0x9735AB) is known color: Vivid Violet. HEX triplet: 97, 35 and AB. RGB value is (151,53,171). Sum of RGB (Red+Green+Blue) = 151+53+171=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 53 (21.09% from 255 or 14.13% 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 #9735AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9735AB is #68CA54. Grayscale: #5F5F5F. Windows color (decimal): -6867541 or 11220375. OLE color: 11220375.
HSL color Cylindrical-coordinate representation of color #9735AB: hue angle of 289.83º 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 #9735AB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 53 | 171 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.33 |
| HSL | 289.83º | 0.53% | 0.44% | - |
| HSV(B) | 289.83º | 0.69% | 0.67% | - |
| XYZ | 21.39 | 12.07 | 39.73 | - |
| YUV | 95.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 171 | 0.12 | 0.69 | 0 | 0.33 | 289.83 | 0.53 | 0.44 |
| Hex | 97 | 35 | AB | C | 45 | 0 | 21 | 122 | 35 | 2C |
| Octal | 227 | 65 | 253 | 14 | 105 | 0 | 41 | 442 | 65 | 54 |
| Binary | 10010111 | 110101 | 10101011 | 1100 | 1000101 | 0 | 100001 | 100100010 | 110101 | 101100 |
Color Harmonies of #9735AB
Complementary color
Monochromatic Colors of #9735AB
Black with #9735AB
Text Example
Text Example
White with #9735AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9735AB; }
p { color: rgb(151,53,171); }
H1.HeaderClassName
{
color: #9735AB;
}
.AnyTagClassName
{
color: #9735AB;
}
</style>
background-color css
<style>
a { background-color: #9735AB; }
a { background-color: rgb(151,53,171); }
div.DivClassName
{
background-color: #9735AB;
}
.BgClassName
{
background-color: #9735AB;
}
</style>
border-color css
<style>
span { border-color: #9735AB; }
span { border-color: rgb(151,53,171); }
td.TdClassName
{
border-color: #9735AB;
}
.TagClassName
{
border-color: #9735AB;
}
</style>