Shades of Vivid Violet #9128AB
Tints of Vivid Violet #9128AB
RGB
CMYK
RGB Variations
Color information
#9128AB (or 0x9128AB) is known color: Vivid Violet. HEX triplet: 91, 28 and AB. RGB value is (145,40,171). Sum of RGB (Red+Green+Blue) = 145+40+171=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 40 (16.02% from 255 or 11.24% 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 #9128AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9128AB is #6ED754. Grayscale: #555555. Windows color (decimal): -7264085 or 11217041. OLE color: 11217041.
HSL color Cylindrical-coordinate representation of color #9128AB: hue angle of 288.09º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9128AB is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 40 | 171 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.33 |
| HSL | 288.09º | 0.62% | 0.41% | - |
| HSV(B) | 288.09º | 0.77% | 0.67% | - |
| XYZ | 19.79 | 10.48 | 39.51 | - |
| YUV | 86.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 171 | 0.15 | 0.77 | 0 | 0.33 | 288.09 | 0.62 | 0.41 |
| Hex | 91 | 28 | AB | F | 4D | 0 | 21 | 120 | 3E | 29 |
| Octal | 221 | 50 | 253 | 17 | 115 | 0 | 41 | 440 | 76 | 51 |
| Binary | 10010001 | 101000 | 10101011 | 1111 | 1001101 | 0 | 100001 | 100100000 | 111110 | 101001 |
Color Harmonies of #9128AB
Complementary color
Monochromatic Colors of #9128AB
Black with #9128AB
Text Example
Text Example
White with #9128AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9128AB; }
p { color: rgb(145,40,171); }
H1.HeaderClassName
{
color: #9128AB;
}
.AnyTagClassName
{
color: #9128AB;
}
</style>
background-color css
<style>
a { background-color: #9128AB; }
a { background-color: rgb(145,40,171); }
div.DivClassName
{
background-color: #9128AB;
}
.BgClassName
{
background-color: #9128AB;
}
</style>
border-color css
<style>
span { border-color: #9128AB; }
span { border-color: rgb(145,40,171); }
td.TdClassName
{
border-color: #9128AB;
}
.TagClassName
{
border-color: #9128AB;
}
</style>