Shades of Amethyst #9159CE
Tints of Amethyst #9159CE
RGB
CMYK
RGB Variations
Color information
#9159CE (or 0x9159CE) is known color: Amethyst. HEX triplet: 91, 59 and CE. RGB value is (145,89,206). Sum of RGB (Red+Green+Blue) = 145+89+206=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #9159CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159CE is #6EA631. Grayscale: #767676. Windows color (decimal): -7251506 or 13523345. OLE color: 13523345.
HSL color Cylindrical-coordinate representation of color #9159CE: hue angle of 268.72º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9159CE is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 89 | 206 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.19 |
| HSL | 268.72º | 0.54% | 0.58% | - |
| HSV(B) | 268.72º | 0.57% | 0.81% | - |
| XYZ | 26.39 | 17.62 | 60.4 | - |
| YUV | 119.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 206 | 0.30 | 0.57 | 0 | 0.19 | 268.72 | 0.54 | 0.58 |
| Hex | 91 | 59 | CE | 1E | 39 | 0 | 13 | 10D | 36 | 3A |
| Octal | 221 | 131 | 316 | 36 | 71 | 0 | 23 | 415 | 66 | 72 |
| Binary | 10010001 | 1011001 | 11001110 | 11110 | 111001 | 0 | 10011 | 100001101 | 110110 | 111010 |
Color Harmonies of #9159CE
Complementary color
Monochromatic Colors of #9159CE
Black with #9159CE
Text Example
Text Example
White with #9159CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9159CE; }
p { color: rgb(145,89,206); }
H1.HeaderClassName
{
color: #9159CE;
}
.AnyTagClassName
{
color: #9159CE;
}
</style>
background-color css
<style>
a { background-color: #9159CE; }
a { background-color: rgb(145,89,206); }
div.DivClassName
{
background-color: #9159CE;
}
.BgClassName
{
background-color: #9159CE;
}
</style>
border-color css
<style>
span { border-color: #9159CE; }
span { border-color: rgb(145,89,206); }
td.TdClassName
{
border-color: #9159CE;
}
.TagClassName
{
border-color: #9159CE;
}
</style>