Shades of Vivid Violet #9724AA
Tints of Vivid Violet #9724AA
RGB
CMYK
RGB Variations
Color information
#9724AA (or 0x9724AA) is known color: Vivid Violet. HEX triplet: 97, 24 and AA. RGB value is (151,36,170). Sum of RGB (Red+Green+Blue) = 151+36+170=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #9724AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9724AA is #68DB55. Grayscale: #555555. Windows color (decimal): -6871894 or 11150487. OLE color: 11150487.
HSL color Cylindrical-coordinate representation of color #9724AA: hue angle of 291.49º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9724AA is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 36 | 170 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.33 |
| HSL | 291.49º | 0.65% | 0.4% | - |
| HSV(B) | 291.49º | 0.79% | 0.67% | - |
| XYZ | 20.65 | 10.74 | 39.02 | - |
| YUV | 85.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 170 | 0.11 | 0.79 | 0 | 0.33 | 291.49 | 0.65 | 0.4 |
| Hex | 97 | 24 | AA | B | 4F | 0 | 21 | 123 | 41 | 28 |
| Octal | 227 | 44 | 252 | 13 | 117 | 0 | 41 | 443 | 101 | 50 |
| Binary | 10010111 | 100100 | 10101010 | 1011 | 1001111 | 0 | 100001 | 100100011 | 1000001 | 101000 |
Color Harmonies of #9724AA
Complementary color
Monochromatic Colors of #9724AA
Black with #9724AA
Text Example
Text Example
White with #9724AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9724AA; }
p { color: rgb(151,36,170); }
H1.HeaderClassName
{
color: #9724AA;
}
.AnyTagClassName
{
color: #9724AA;
}
</style>
background-color css
<style>
a { background-color: #9724AA; }
a { background-color: rgb(151,36,170); }
div.DivClassName
{
background-color: #9724AA;
}
.BgClassName
{
background-color: #9724AA;
}
</style>
border-color css
<style>
span { border-color: #9724AA; }
span { border-color: rgb(151,36,170); }
td.TdClassName
{
border-color: #9724AA;
}
.TagClassName
{
border-color: #9724AA;
}
</style>