Shades of Vivid Violet #9735A7
Tints of Vivid Violet #9735A7
RGB
CMYK
RGB Variations
Color information
#9735A7 (or 0x9735A7) is known color: Vivid Violet. HEX triplet: 97, 35 and A7. RGB value is (151,53,167). Sum of RGB (Red+Green+Blue) = 151+53+167=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #9735A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9735A7 is #68CA58. Grayscale: #5E5E5E. Windows color (decimal): -6867545 or 10958231. OLE color: 10958231.
HSL color Cylindrical-coordinate representation of color #9735A7: hue angle of 291.58º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9735A7 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 53 | 167 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.35 |
| HSL | 291.58º | 0.52% | 0.43% | - |
| HSV(B) | 291.58º | 0.68% | 0.65% | - |
| XYZ | 21.01 | 11.92 | 37.75 | - |
| YUV | 95.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 167 | 0.10 | 0.68 | 0 | 0.35 | 291.58 | 0.52 | 0.43 |
| Hex | 97 | 35 | A7 | A | 44 | 0 | 23 | 124 | 34 | 2B |
| Octal | 227 | 65 | 247 | 12 | 104 | 0 | 43 | 444 | 64 | 53 |
| Binary | 10010111 | 110101 | 10100111 | 1010 | 1000100 | 0 | 100011 | 100100100 | 110100 | 101011 |
Color Harmonies of #9735A7
Complementary color
Monochromatic Colors of #9735A7
Black with #9735A7
Text Example
Text Example
White with #9735A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9735A7; }
p { color: rgb(151,53,167); }
H1.HeaderClassName
{
color: #9735A7;
}
.AnyTagClassName
{
color: #9735A7;
}
</style>
background-color css
<style>
a { background-color: #9735A7; }
a { background-color: rgb(151,53,167); }
div.DivClassName
{
background-color: #9735A7;
}
.BgClassName
{
background-color: #9735A7;
}
</style>
border-color css
<style>
span { border-color: #9735A7; }
span { border-color: rgb(151,53,167); }
td.TdClassName
{
border-color: #9735A7;
}
.TagClassName
{
border-color: #9735A7;
}
</style>