Shades of Vivid Violet #9735AA
Tints of Vivid Violet #9735AA
RGB
CMYK
RGB Variations
Color information
#9735AA (or 0x9735AA) is known color: Vivid Violet. HEX triplet: 97, 35 and AA. RGB value is (151,53,170). Sum of RGB (Red+Green+Blue) = 151+53+170=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #9735AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9735AA is #68CA55. Grayscale: #5F5F5F. Windows color (decimal): -6867542 or 11154839. OLE color: 11154839.
HSL color Cylindrical-coordinate representation of color #9735AA: hue angle of 290.26º degrees, saturation: 0.52, 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 #9735AA is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 53 | 170 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.33 |
| HSL | 290.26º | 0.52% | 0.44% | - |
| HSV(B) | 290.26º | 0.69% | 0.67% | - |
| XYZ | 21.29 | 12.03 | 39.23 | - |
| YUV | 95.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 170 | 0.11 | 0.69 | 0 | 0.33 | 290.26 | 0.52 | 0.44 |
| Hex | 97 | 35 | AA | B | 45 | 0 | 21 | 122 | 34 | 2C |
| Octal | 227 | 65 | 252 | 13 | 105 | 0 | 41 | 442 | 64 | 54 |
| Binary | 10010111 | 110101 | 10101010 | 1011 | 1000101 | 0 | 100001 | 100100010 | 110100 | 101100 |
Color Harmonies of #9735AA
Complementary color
Monochromatic Colors of #9735AA
Black with #9735AA
Text Example
Text Example
White with #9735AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9735AA; }
p { color: rgb(151,53,170); }
H1.HeaderClassName
{
color: #9735AA;
}
.AnyTagClassName
{
color: #9735AA;
}
</style>
background-color css
<style>
a { background-color: #9735AA; }
a { background-color: rgb(151,53,170); }
div.DivClassName
{
background-color: #9735AA;
}
.BgClassName
{
background-color: #9735AA;
}
</style>
border-color css
<style>
span { border-color: #9735AA; }
span { border-color: rgb(151,53,170); }
td.TdClassName
{
border-color: #9735AA;
}
.TagClassName
{
border-color: #9735AA;
}
</style>