Shades of Violet Blue #9159A1
Tints of Violet Blue #9159A1
RGB
CMYK
RGB Variations
Color information
#9159A1 (or 0x9159A1) is known color: Violet Blue. HEX triplet: 91, 59 and A1. RGB value is (145,89,161). Sum of RGB (Red+Green+Blue) = 145+89+161=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 161 - color contains mainly: blue. Hex color #9159A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9159A1 is #6EA65E. Grayscale: #717171. Windows color (decimal): -7251551 or 10574225. OLE color: 10574225.
HSL color Cylindrical-coordinate representation of color #9159A1: hue angle of 286.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9159A1 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 89 | 161 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.37 |
| HSL | 286.67º | 0.29% | 0.49% | - |
| HSV(B) | 286.67º | 0.45% | 0.63% | - |
| XYZ | 21.68 | 15.74 | 35.61 | - |
| YUV | 113.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 161 | 0.10 | 0.45 | 0 | 0.37 | 286.67 | 0.29 | 0.49 |
| Hex | 91 | 59 | A1 | A | 2D | 0 | 25 | 11F | 1D | 31 |
| Octal | 221 | 131 | 241 | 12 | 55 | 0 | 45 | 437 | 35 | 61 |
| Binary | 10010001 | 1011001 | 10100001 | 1010 | 101101 | 0 | 100101 | 100011111 | 11101 | 110001 |
Color Harmonies of #9159A1
Complementary color
Monochromatic Colors of #9159A1
Black with #9159A1
Text Example
Text Example
White with #9159A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9159A1; }
p { color: rgb(145,89,161); }
H1.HeaderClassName
{
color: #9159A1;
}
.AnyTagClassName
{
color: #9159A1;
}
</style>
background-color css
<style>
a { background-color: #9159A1; }
a { background-color: rgb(145,89,161); }
div.DivClassName
{
background-color: #9159A1;
}
.BgClassName
{
background-color: #9159A1;
}
</style>
border-color css
<style>
span { border-color: #9159A1; }
span { border-color: rgb(145,89,161); }
td.TdClassName
{
border-color: #9159A1;
}
.TagClassName
{
border-color: #9159A1;
}
</style>