Shades of Vivid Violet #9120AB
Tints of Vivid Violet #9120AB
RGB
CMYK
RGB Variations
Color information
#9120AB (or 0x9120AB) is known color: Vivid Violet. HEX triplet: 91, 20 and AB. RGB value is (145,32,171). Sum of RGB (Red+Green+Blue) = 145+32+171=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #9120AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9120AB is #6EDF54. Grayscale: #515151. Windows color (decimal): -7266133 or 11214993. OLE color: 11214993.
HSL color Cylindrical-coordinate representation of color #9120AB: hue angle of 288.78º 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 #9120AB is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 32 | 171 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.33 |
| HSL | 288.78º | 0.68% | 0.4% | - |
| HSV(B) | 288.78º | 0.81% | 0.67% | - |
| XYZ | 19.54 | 9.99 | 39.43 | - |
| YUV | 81.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 171 | 0.15 | 0.81 | 0 | 0.33 | 288.78 | 0.68 | 0.4 |
| Hex | 91 | 20 | AB | F | 51 | 0 | 21 | 121 | 44 | 28 |
| Octal | 221 | 40 | 253 | 17 | 121 | 0 | 41 | 441 | 104 | 50 |
| Binary | 10010001 | 100000 | 10101011 | 1111 | 1010001 | 0 | 100001 | 100100001 | 1000100 | 101000 |
Color Harmonies of #9120AB
Complementary color
Monochromatic Colors of #9120AB
Black with #9120AB
Text Example
Text Example
White with #9120AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9120AB; }
p { color: rgb(145,32,171); }
H1.HeaderClassName
{
color: #9120AB;
}
.AnyTagClassName
{
color: #9120AB;
}
</style>
background-color css
<style>
a { background-color: #9120AB; }
a { background-color: rgb(145,32,171); }
div.DivClassName
{
background-color: #9120AB;
}
.BgClassName
{
background-color: #9120AB;
}
</style>
border-color css
<style>
span { border-color: #9120AB; }
span { border-color: rgb(145,32,171); }
td.TdClassName
{
border-color: #9120AB;
}
.TagClassName
{
border-color: #9120AB;
}
</style>