Shades of Vivid Violet #9127AB
Tints of Vivid Violet #9127AB
RGB
CMYK
RGB Variations
Color information
#9127AB (or 0x9127AB) is known color: Vivid Violet. HEX triplet: 91, 27 and AB. RGB value is (145,39,171). Sum of RGB (Red+Green+Blue) = 145+39+171=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #9127AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9127AB is #6ED854. Grayscale: #555555. Windows color (decimal): -7264341 or 11216785. OLE color: 11216785.
HSL color Cylindrical-coordinate representation of color #9127AB: hue angle of 288.18º degrees, saturation: 0.63, 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 #9127AB is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 39 | 171 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.33 |
| HSL | 288.18º | 0.63% | 0.41% | - |
| HSV(B) | 288.18º | 0.77% | 0.67% | - |
| XYZ | 19.75 | 10.41 | 39.5 | - |
| YUV | 85.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 171 | 0.15 | 0.77 | 0 | 0.33 | 288.18 | 0.63 | 0.41 |
| Hex | 91 | 27 | AB | F | 4D | 0 | 21 | 120 | 3F | 29 |
| Octal | 221 | 47 | 253 | 17 | 115 | 0 | 41 | 440 | 77 | 51 |
| Binary | 10010001 | 100111 | 10101011 | 1111 | 1001101 | 0 | 100001 | 100100000 | 111111 | 101001 |
Color Harmonies of #9127AB
Complementary color
Monochromatic Colors of #9127AB
Black with #9127AB
Text Example
Text Example
White with #9127AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9127AB; }
p { color: rgb(145,39,171); }
H1.HeaderClassName
{
color: #9127AB;
}
.AnyTagClassName
{
color: #9127AB;
}
</style>
background-color css
<style>
a { background-color: #9127AB; }
a { background-color: rgb(145,39,171); }
div.DivClassName
{
background-color: #9127AB;
}
.BgClassName
{
background-color: #9127AB;
}
</style>
border-color css
<style>
span { border-color: #9127AB; }
span { border-color: rgb(145,39,171); }
td.TdClassName
{
border-color: #9127AB;
}
.TagClassName
{
border-color: #9127AB;
}
</style>