Shades of Vivid Violet #9334AB
Tints of Vivid Violet #9334AB
RGB
CMYK
RGB Variations
Color information
#9334AB (or 0x9334AB) is known color: Vivid Violet. HEX triplet: 93, 34 and AB. RGB value is (147,52,171). Sum of RGB (Red+Green+Blue) = 147+52+171=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #9334AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9334AB is #6CCB54. Grayscale: #5D5D5D. Windows color (decimal): -7129941 or 11220115. OLE color: 11220115.
HSL color Cylindrical-coordinate representation of color #9334AB: hue angle of 287.9º degrees, saturation: 0.53, 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 #9334AB is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 52 | 171 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.33 |
| HSL | 287.9º | 0.53% | 0.44% | - |
| HSV(B) | 287.9º | 0.7% | 0.67% | - |
| XYZ | 20.61 | 11.6 | 39.68 | - |
| YUV | 93.97 | 171.47 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 171 | 0.14 | 0.70 | 0 | 0.33 | 287.9 | 0.53 | 0.44 |
| Hex | 93 | 34 | AB | E | 46 | 0 | 21 | 120 | 35 | 2C |
| Octal | 223 | 64 | 253 | 16 | 106 | 0 | 41 | 440 | 65 | 54 |
| Binary | 10010011 | 110100 | 10101011 | 1110 | 1000110 | 0 | 100001 | 100100000 | 110101 | 101100 |
Color Harmonies of #9334AB
Complementary color
Monochromatic Colors of #9334AB
Black with #9334AB
Text Example
Text Example
White with #9334AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9334AB; }
p { color: rgb(147,52,171); }
H1.HeaderClassName
{
color: #9334AB;
}
.AnyTagClassName
{
color: #9334AB;
}
</style>
background-color css
<style>
a { background-color: #9334AB; }
a { background-color: rgb(147,52,171); }
div.DivClassName
{
background-color: #9334AB;
}
.BgClassName
{
background-color: #9334AB;
}
</style>
border-color css
<style>
span { border-color: #9334AB; }
span { border-color: rgb(147,52,171); }
td.TdClassName
{
border-color: #9334AB;
}
.TagClassName
{
border-color: #9334AB;
}
</style>