Shades of Vivid Violet #9129AB
Tints of Vivid Violet #9129AB
RGB
CMYK
RGB Variations
Color information
#9129AB (or 0x9129AB) is known color: Vivid Violet. HEX triplet: 91, 29 and AB. RGB value is (145,41,171). Sum of RGB (Red+Green+Blue) = 145+41+171=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #9129AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9129AB is #6ED654. Grayscale: #565656. Windows color (decimal): -7263829 or 11217297. OLE color: 11217297.
HSL color Cylindrical-coordinate representation of color #9129AB: hue angle of 288º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9129AB is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 41 | 171 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.33 |
| HSL | 288º | 0.61% | 0.42% | - |
| HSV(B) | 288º | 0.76% | 0.67% | - |
| XYZ | 19.82 | 10.55 | 39.52 | - |
| YUV | 86.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 171 | 0.15 | 0.76 | 0 | 0.33 | 288 | 0.61 | 0.42 |
| Hex | 91 | 29 | AB | F | 4C | 0 | 21 | 120 | 3D | 2A |
| Octal | 221 | 51 | 253 | 17 | 114 | 0 | 41 | 440 | 75 | 52 |
| Binary | 10010001 | 101001 | 10101011 | 1111 | 1001100 | 0 | 100001 | 100100000 | 111101 | 101010 |
Color Harmonies of #9129AB
Complementary color
Monochromatic Colors of #9129AB
Black with #9129AB
Text Example
Text Example
White with #9129AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9129AB; }
p { color: rgb(145,41,171); }
H1.HeaderClassName
{
color: #9129AB;
}
.AnyTagClassName
{
color: #9129AB;
}
</style>
background-color css
<style>
a { background-color: #9129AB; }
a { background-color: rgb(145,41,171); }
div.DivClassName
{
background-color: #9129AB;
}
.BgClassName
{
background-color: #9129AB;
}
</style>
border-color css
<style>
span { border-color: #9129AB; }
span { border-color: rgb(145,41,171); }
td.TdClassName
{
border-color: #9129AB;
}
.TagClassName
{
border-color: #9129AB;
}
</style>