Shades of Vivid Violet #9137AB
Tints of Vivid Violet #9137AB
RGB
CMYK
RGB Variations
Color information
#9137AB (or 0x9137AB) is known color: Vivid Violet. HEX triplet: 91, 37 and AB. RGB value is (145,55,171). Sum of RGB (Red+Green+Blue) = 145+55+171=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #9137AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9137AB is #6EC854. Grayscale: #5E5E5E. Windows color (decimal): -7260245 or 11220881. OLE color: 11220881.
HSL color Cylindrical-coordinate representation of color #9137AB: hue angle of 286.55º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9137AB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 55 | 171 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.33 |
| HSL | 286.55º | 0.51% | 0.44% | - |
| HSV(B) | 286.55º | 0.68% | 0.67% | - |
| XYZ | 20.39 | 11.69 | 39.71 | - |
| YUV | 95.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 55 | 171 | 0.15 | 0.68 | 0 | 0.33 | 286.55 | 0.51 | 0.44 |
| Hex | 91 | 37 | AB | F | 44 | 0 | 21 | 11F | 33 | 2C |
| Octal | 221 | 67 | 253 | 17 | 104 | 0 | 41 | 437 | 63 | 54 |
| Binary | 10010001 | 110111 | 10101011 | 1111 | 1000100 | 0 | 100001 | 100011111 | 110011 | 101100 |
Color Harmonies of #9137AB
Complementary color
Monochromatic Colors of #9137AB
Black with #9137AB
Text Example
Text Example
White with #9137AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9137AB; }
p { color: rgb(145,55,171); }
H1.HeaderClassName
{
color: #9137AB;
}
.AnyTagClassName
{
color: #9137AB;
}
</style>
background-color css
<style>
a { background-color: #9137AB; }
a { background-color: rgb(145,55,171); }
div.DivClassName
{
background-color: #9137AB;
}
.BgClassName
{
background-color: #9137AB;
}
</style>
border-color css
<style>
span { border-color: #9137AB; }
span { border-color: rgb(145,55,171); }
td.TdClassName
{
border-color: #9137AB;
}
.TagClassName
{
border-color: #9137AB;
}
</style>