Shades of Vivid Violet #9337A6
Tints of Vivid Violet #9337A6
RGB
CMYK
RGB Variations
Color information
#9337A6 (or 0x9337A6) is known color: Vivid Violet. HEX triplet: 93, 37 and A6. RGB value is (147,55,166). Sum of RGB (Red+Green+Blue) = 147+55+166=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 166 - color contains mainly: blue. Hex color #9337A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9337A6 is #6CC859. Grayscale: #5E5E5E. Windows color (decimal): -7129178 or 10893203. OLE color: 10893203.
HSL color Cylindrical-coordinate representation of color #9337A6: hue angle of 289.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9337A6 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 55 | 166 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.35 |
| HSL | 289.73º | 0.5% | 0.43% | - |
| HSV(B) | 289.73º | 0.67% | 0.65% | - |
| XYZ | 20.28 | 11.69 | 37.26 | - |
| YUV | 95.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 166 | 0.11 | 0.67 | 0 | 0.35 | 289.73 | 0.5 | 0.43 |
| Hex | 93 | 37 | A6 | B | 43 | 0 | 23 | 122 | 32 | 2B |
| Octal | 223 | 67 | 246 | 13 | 103 | 0 | 43 | 442 | 62 | 53 |
| Binary | 10010011 | 110111 | 10100110 | 1011 | 1000011 | 0 | 100011 | 100100010 | 110010 | 101011 |
Color Harmonies of #9337A6
Complementary color
Monochromatic Colors of #9337A6
Black with #9337A6
Text Example
Text Example
White with #9337A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9337A6; }
p { color: rgb(147,55,166); }
H1.HeaderClassName
{
color: #9337A6;
}
.AnyTagClassName
{
color: #9337A6;
}
</style>
background-color css
<style>
a { background-color: #9337A6; }
a { background-color: rgb(147,55,166); }
div.DivClassName
{
background-color: #9337A6;
}
.BgClassName
{
background-color: #9337A6;
}
</style>
border-color css
<style>
span { border-color: #9337A6; }
span { border-color: rgb(147,55,166); }
td.TdClassName
{
border-color: #9337A6;
}
.TagClassName
{
border-color: #9337A6;
}
</style>