Shades of Vivid Violet #9333AB
Tints of Vivid Violet #9333AB
RGB
CMYK
RGB Variations
Color information
#9333AB (or 0x9333AB) is known color: Vivid Violet. HEX triplet: 93, 33 and AB. RGB value is (147,51,171). Sum of RGB (Red+Green+Blue) = 147+51+171=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #9333AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9333AB is #6CCC54. Grayscale: #5D5D5D. Windows color (decimal): -7130197 or 11219859. OLE color: 11219859.
HSL color Cylindrical-coordinate representation of color #9333AB: hue angle of 288º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9333AB is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 51 | 171 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.33 |
| HSL | 288º | 0.54% | 0.44% | - |
| HSV(B) | 288º | 0.7% | 0.67% | - |
| XYZ | 20.57 | 11.51 | 39.67 | - |
| YUV | 93.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 171 | 0.14 | 0.70 | 0 | 0.33 | 288 | 0.54 | 0.44 |
| Hex | 93 | 33 | AB | E | 46 | 0 | 21 | 120 | 36 | 2C |
| Octal | 223 | 63 | 253 | 16 | 106 | 0 | 41 | 440 | 66 | 54 |
| Binary | 10010011 | 110011 | 10101011 | 1110 | 1000110 | 0 | 100001 | 100100000 | 110110 | 101100 |
Color Harmonies of #9333AB
Complementary color
Monochromatic Colors of #9333AB
Black with #9333AB
Text Example
Text Example
White with #9333AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9333AB; }
p { color: rgb(147,51,171); }
H1.HeaderClassName
{
color: #9333AB;
}
.AnyTagClassName
{
color: #9333AB;
}
</style>
background-color css
<style>
a { background-color: #9333AB; }
a { background-color: rgb(147,51,171); }
div.DivClassName
{
background-color: #9333AB;
}
.BgClassName
{
background-color: #9333AB;
}
</style>
border-color css
<style>
span { border-color: #9333AB; }
span { border-color: rgb(147,51,171); }
td.TdClassName
{
border-color: #9333AB;
}
.TagClassName
{
border-color: #9333AB;
}
</style>