Shades of Vivid Violet #9330A0
Tints of Vivid Violet #9330A0
RGB
CMYK
RGB Variations
Color information
#9330A0 (or 0x9330A0) is known color: Vivid Violet. HEX triplet: 93, 30 and A0. RGB value is (147,48,160). Sum of RGB (Red+Green+Blue) = 147+48+160=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #9330A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9330A0 is #6CCF5F. Grayscale: #5A5A5A. Windows color (decimal): -7130976 or 10498195. OLE color: 10498195.
HSL color Cylindrical-coordinate representation of color #9330A0: hue angle of 293.04º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9330A0 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 48 | 160 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.37 |
| HSL | 293.04º | 0.54% | 0.41% | - |
| HSV(B) | 293.04º | 0.7% | 0.63% | - |
| XYZ | 19.43 | 10.86 | 34.33 | - |
| YUV | 90.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 160 | 0.08 | 0.70 | 0 | 0.37 | 293.04 | 0.54 | 0.41 |
| Hex | 93 | 30 | A0 | 8 | 46 | 0 | 25 | 125 | 36 | 29 |
| Octal | 223 | 60 | 240 | 10 | 106 | 0 | 45 | 445 | 66 | 51 |
| Binary | 10010011 | 110000 | 10100000 | 1000 | 1000110 | 0 | 100101 | 100100101 | 110110 | 101001 |
Color Harmonies of #9330A0
Complementary color
Monochromatic Colors of #9330A0
Black with #9330A0
Text Example
Text Example
White with #9330A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9330A0; }
p { color: rgb(147,48,160); }
H1.HeaderClassName
{
color: #9330A0;
}
.AnyTagClassName
{
color: #9330A0;
}
</style>
background-color css
<style>
a { background-color: #9330A0; }
a { background-color: rgb(147,48,160); }
div.DivClassName
{
background-color: #9330A0;
}
.BgClassName
{
background-color: #9330A0;
}
</style>
border-color css
<style>
span { border-color: #9330A0; }
span { border-color: rgb(147,48,160); }
td.TdClassName
{
border-color: #9330A0;
}
.TagClassName
{
border-color: #9330A0;
}
</style>