Shades of Vivid Violet #9326AB
Tints of Vivid Violet #9326AB
RGB
CMYK
RGB Variations
Color information
#9326AB (or 0x9326AB) is known color: Vivid Violet. HEX triplet: 93, 26 and AB. RGB value is (147,38,171). Sum of RGB (Red+Green+Blue) = 147+38+171=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9326AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9326AB is #6CD954. Grayscale: #555555. Windows color (decimal): -7133525 or 11216531. OLE color: 11216531.
HSL color Cylindrical-coordinate representation of color #9326AB: hue angle of 289.17º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9326AB is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 38 | 171 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.33 |
| HSL | 289.17º | 0.64% | 0.41% | - |
| HSV(B) | 289.17º | 0.78% | 0.67% | - |
| XYZ | 20.08 | 10.53 | 39.5 | - |
| YUV | 85.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 171 | 0.14 | 0.78 | 0 | 0.33 | 289.17 | 0.64 | 0.41 |
| Hex | 93 | 26 | AB | E | 4E | 0 | 21 | 121 | 40 | 29 |
| Octal | 223 | 46 | 253 | 16 | 116 | 0 | 41 | 441 | 100 | 51 |
| Binary | 10010011 | 100110 | 10101011 | 1110 | 1001110 | 0 | 100001 | 100100001 | 1000000 | 101001 |
Color Harmonies of #9326AB
Complementary color
Monochromatic Colors of #9326AB
Black with #9326AB
Text Example
Text Example
White with #9326AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9326AB; }
p { color: rgb(147,38,171); }
H1.HeaderClassName
{
color: #9326AB;
}
.AnyTagClassName
{
color: #9326AB;
}
</style>
background-color css
<style>
a { background-color: #9326AB; }
a { background-color: rgb(147,38,171); }
div.DivClassName
{
background-color: #9326AB;
}
.BgClassName
{
background-color: #9326AB;
}
</style>
border-color css
<style>
span { border-color: #9326AB; }
span { border-color: rgb(147,38,171); }
td.TdClassName
{
border-color: #9326AB;
}
.TagClassName
{
border-color: #9326AB;
}
</style>