Shades of Vivid Violet #9729A1
Tints of Vivid Violet #9729A1
RGB
CMYK
RGB Variations
Color information
#9729A1 (or 0x9729A1) is known color: Vivid Violet. HEX triplet: 97, 29 and A1. RGB value is (151,41,161). Sum of RGB (Red+Green+Blue) = 151+41+161=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: blue. Hex color #9729A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9729A1 is #68D65E. Grayscale: #575757. Windows color (decimal): -6870623 or 10561943. OLE color: 10561943.
HSL color Cylindrical-coordinate representation of color #9729A1: hue angle of 295º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9729A1 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 41 | 161 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.37 |
| HSL | 295º | 0.59% | 0.4% | - |
| HSV(B) | 295º | 0.75% | 0.63% | - |
| XYZ | 19.99 | 10.74 | 34.74 | - |
| YUV | 87.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 161 | 0.06 | 0.75 | 0 | 0.37 | 295 | 0.59 | 0.4 |
| Hex | 97 | 29 | A1 | 6 | 4B | 0 | 25 | 127 | 3B | 28 |
| Octal | 227 | 51 | 241 | 6 | 113 | 0 | 45 | 447 | 73 | 50 |
| Binary | 10010111 | 101001 | 10100001 | 110 | 1001011 | 0 | 100101 | 100100111 | 111011 | 101000 |
Color Harmonies of #9729A1
Complementary color
Monochromatic Colors of #9729A1
Black with #9729A1
Text Example
Text Example
White with #9729A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9729A1; }
p { color: rgb(151,41,161); }
H1.HeaderClassName
{
color: #9729A1;
}
.AnyTagClassName
{
color: #9729A1;
}
</style>
background-color css
<style>
a { background-color: #9729A1; }
a { background-color: rgb(151,41,161); }
div.DivClassName
{
background-color: #9729A1;
}
.BgClassName
{
background-color: #9729A1;
}
</style>
border-color css
<style>
span { border-color: #9729A1; }
span { border-color: rgb(151,41,161); }
td.TdClassName
{
border-color: #9729A1;
}
.TagClassName
{
border-color: #9729A1;
}
</style>