Shades of Vivid Violet #9337AA
Tints of Vivid Violet #9337AA
RGB
CMYK
RGB Variations
Color information
#9337AA (or 0x9337AA) is known color: Vivid Violet. HEX triplet: 93, 37 and AA. RGB value is (147,55,170). Sum of RGB (Red+Green+Blue) = 147+55+170=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #9337AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9337AA is #6CC855. Grayscale: #5F5F5F. Windows color (decimal): -7129174 or 11155347. OLE color: 11155347.
HSL color Cylindrical-coordinate representation of color #9337AA: hue angle of 288º 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 #9337AA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 55 | 170 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.33 |
| HSL | 288º | 0.51% | 0.44% | - |
| HSV(B) | 288º | 0.68% | 0.67% | - |
| XYZ | 20.65 | 11.84 | 39.23 | - |
| YUV | 95.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 170 | 0.14 | 0.68 | 0 | 0.33 | 288 | 0.51 | 0.44 |
| Hex | 93 | 37 | AA | E | 44 | 0 | 21 | 120 | 33 | 2C |
| Octal | 223 | 67 | 252 | 16 | 104 | 0 | 41 | 440 | 63 | 54 |
| Binary | 10010011 | 110111 | 10101010 | 1110 | 1000100 | 0 | 100001 | 100100000 | 110011 | 101100 |
Color Harmonies of #9337AA
Complementary color
Monochromatic Colors of #9337AA
Black with #9337AA
Text Example
Text Example
White with #9337AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9337AA; }
p { color: rgb(147,55,170); }
H1.HeaderClassName
{
color: #9337AA;
}
.AnyTagClassName
{
color: #9337AA;
}
</style>
background-color css
<style>
a { background-color: #9337AA; }
a { background-color: rgb(147,55,170); }
div.DivClassName
{
background-color: #9337AA;
}
.BgClassName
{
background-color: #9337AA;
}
</style>
border-color css
<style>
span { border-color: #9337AA; }
span { border-color: rgb(147,55,170); }
td.TdClassName
{
border-color: #9337AA;
}
.TagClassName
{
border-color: #9337AA;
}
</style>