Shades of Vivid Violet #9220AB
Tints of Vivid Violet #9220AB
RGB
CMYK
RGB Variations
Color information
#9220AB (or 0x9220AB) is known color: Vivid Violet. HEX triplet: 92, 20 and AB. RGB value is (146,32,171). Sum of RGB (Red+Green+Blue) = 146+32+171=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #9220AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9220AB is #6DDF54. Grayscale: #515151. Windows color (decimal): -7200597 or 11214994. OLE color: 11214994.
HSL color Cylindrical-coordinate representation of color #9220AB: hue angle of 289.21º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9220AB is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 32 | 171 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.33 |
| HSL | 289.21º | 0.68% | 0.4% | - |
| HSV(B) | 289.21º | 0.81% | 0.67% | - |
| XYZ | 19.72 | 10.08 | 39.44 | - |
| YUV | 81.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 171 | 0.15 | 0.81 | 0 | 0.33 | 289.21 | 0.68 | 0.4 |
| Hex | 92 | 20 | AB | F | 51 | 0 | 21 | 121 | 44 | 28 |
| Octal | 222 | 40 | 253 | 17 | 121 | 0 | 41 | 441 | 104 | 50 |
| Binary | 10010010 | 100000 | 10101011 | 1111 | 1010001 | 0 | 100001 | 100100001 | 1000100 | 101000 |
Color Harmonies of #9220AB
Complementary color
Monochromatic Colors of #9220AB
Black with #9220AB
Text Example
Text Example
White with #9220AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9220AB; }
p { color: rgb(146,32,171); }
H1.HeaderClassName
{
color: #9220AB;
}
.AnyTagClassName
{
color: #9220AB;
}
</style>
background-color css
<style>
a { background-color: #9220AB; }
a { background-color: rgb(146,32,171); }
div.DivClassName
{
background-color: #9220AB;
}
.BgClassName
{
background-color: #9220AB;
}
</style>
border-color css
<style>
span { border-color: #9220AB; }
span { border-color: rgb(146,32,171); }
td.TdClassName
{
border-color: #9220AB;
}
.TagClassName
{
border-color: #9220AB;
}
</style>