Shades of Vivid Violet #9131AB
Tints of Vivid Violet #9131AB
RGB
CMYK
RGB Variations
Color information
#9131AB (or 0x9131AB) is known color: Vivid Violet. HEX triplet: 91, 31 and AB. RGB value is (145,49,171). Sum of RGB (Red+Green+Blue) = 145+49+171=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #9131AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9131AB is #6ECE54. Grayscale: #5B5B5B. Windows color (decimal): -7261781 or 11219345. OLE color: 11219345.
HSL color Cylindrical-coordinate representation of color #9131AB: hue angle of 287.21º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9131AB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 49 | 171 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.33 |
| HSL | 287.21º | 0.55% | 0.43% | - |
| HSV(B) | 287.21º | 0.71% | 0.67% | - |
| XYZ | 20.13 | 11.16 | 39.62 | - |
| YUV | 91.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 171 | 0.15 | 0.71 | 0 | 0.33 | 287.21 | 0.55 | 0.43 |
| Hex | 91 | 31 | AB | F | 47 | 0 | 21 | 11F | 37 | 2B |
| Octal | 221 | 61 | 253 | 17 | 107 | 0 | 41 | 437 | 67 | 53 |
| Binary | 10010001 | 110001 | 10101011 | 1111 | 1000111 | 0 | 100001 | 100011111 | 110111 | 101011 |
Color Harmonies of #9131AB
Complementary color
Monochromatic Colors of #9131AB
Black with #9131AB
Text Example
Text Example
White with #9131AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9131AB; }
p { color: rgb(145,49,171); }
H1.HeaderClassName
{
color: #9131AB;
}
.AnyTagClassName
{
color: #9131AB;
}
</style>
background-color css
<style>
a { background-color: #9131AB; }
a { background-color: rgb(145,49,171); }
div.DivClassName
{
background-color: #9131AB;
}
.BgClassName
{
background-color: #9131AB;
}
</style>
border-color css
<style>
span { border-color: #9131AB; }
span { border-color: rgb(145,49,171); }
td.TdClassName
{
border-color: #9131AB;
}
.TagClassName
{
border-color: #9131AB;
}
</style>