Shades of Vivid Violet #9333AA
Tints of Vivid Violet #9333AA
RGB
CMYK
RGB Variations
Color information
#9333AA (or 0x9333AA) is known color: Vivid Violet. HEX triplet: 93, 33 and AA. RGB value is (147,51,170). Sum of RGB (Red+Green+Blue) = 147+51+170=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #9333AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9333AA is #6CCC55. Grayscale: #5C5C5C. Windows color (decimal): -7130198 or 11154323. OLE color: 11154323.
HSL color Cylindrical-coordinate representation of color #9333AA: hue angle of 288.4º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9333AA is Cyan = 0.14, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 51 | 170 | - |
| CMYK | 0.14 | 0.7 | 0 | 0.33 |
| HSL | 288.4º | 0.54% | 0.43% | - |
| HSV(B) | 288.4º | 0.7% | 0.67% | - |
| XYZ | 20.47 | 11.47 | 39.17 | - |
| YUV | 93.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 170 | 0.14 | 0.7 | 0 | 0.33 | 288.4 | 0.54 | 0.43 |
| Hex | 93 | 33 | AA | E | 46 | 0 | 21 | 120 | 36 | 2B |
| Octal | 223 | 63 | 252 | 16 | 106 | 0 | 41 | 440 | 66 | 53 |
| Binary | 10010011 | 110011 | 10101010 | 1110 | 1000110 | 0 | 100001 | 100100000 | 110110 | 101011 |
Color Harmonies of #9333AA
Complementary color
Monochromatic Colors of #9333AA
Black with #9333AA
Text Example
Text Example
White with #9333AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9333AA; }
p { color: rgb(147,51,170); }
H1.HeaderClassName
{
color: #9333AA;
}
.AnyTagClassName
{
color: #9333AA;
}
</style>
background-color css
<style>
a { background-color: #9333AA; }
a { background-color: rgb(147,51,170); }
div.DivClassName
{
background-color: #9333AA;
}
.BgClassName
{
background-color: #9333AA;
}
</style>
border-color css
<style>
span { border-color: #9333AA; }
span { border-color: rgb(147,51,170); }
td.TdClassName
{
border-color: #9333AA;
}
.TagClassName
{
border-color: #9333AA;
}
</style>