Shades of Vivid Violet #9937AA
Tints of Vivid Violet #9937AA
RGB
CMYK
RGB Variations
Color information
#9937AA (or 0x9937AA) is known color: Vivid Violet. HEX triplet: 99, 37 and AA. RGB value is (153,55,170). Sum of RGB (Red+Green+Blue) = 153+55+170=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #9937AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9937AA is #66C855. Grayscale: #616161. Windows color (decimal): -6735958 or 11155353. OLE color: 11155353.
HSL color Cylindrical-coordinate representation of color #9937AA: hue angle of 291.13º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9937AA is Cyan = 0.1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 55 | 170 | - |
| CMYK | 0.1 | 0.68 | 0 | 0.33 |
| HSL | 291.13º | 0.51% | 0.44% | - |
| HSV(B) | 291.13º | 0.68% | 0.67% | - |
| XYZ | 21.76 | 12.41 | 39.28 | - |
| YUV | 97.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 170 | 0.1 | 0.68 | 0 | 0.33 | 291.13 | 0.51 | 0.44 |
| Hex | 99 | 37 | AA | A | 44 | 0 | 21 | 123 | 33 | 2C |
| Octal | 231 | 67 | 252 | 12 | 104 | 0 | 41 | 443 | 63 | 54 |
| Binary | 10011001 | 110111 | 10101010 | 1010 | 1000100 | 0 | 100001 | 100100011 | 110011 | 101100 |
Color Harmonies of #9937AA
Complementary color
Monochromatic Colors of #9937AA
Black with #9937AA
Text Example
Text Example
White with #9937AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9937AA; }
p { color: rgb(153,55,170); }
H1.HeaderClassName
{
color: #9937AA;
}
.AnyTagClassName
{
color: #9937AA;
}
</style>
background-color css
<style>
a { background-color: #9937AA; }
a { background-color: rgb(153,55,170); }
div.DivClassName
{
background-color: #9937AA;
}
.BgClassName
{
background-color: #9937AA;
}
</style>
border-color css
<style>
span { border-color: #9937AA; }
span { border-color: rgb(153,55,170); }
td.TdClassName
{
border-color: #9937AA;
}
.TagClassName
{
border-color: #9937AA;
}
</style>