Shades of Amethyst #9159CC
Tints of Amethyst #9159CC
RGB
CMYK
RGB Variations
Color information
#9159CC (or 0x9159CC) is known color: Amethyst. HEX triplet: 91, 59 and CC. RGB value is (145,89,204). Sum of RGB (Red+Green+Blue) = 145+89+204=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #9159CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159CC is #6EA633. Grayscale: #767676. Windows color (decimal): -7251508 or 13392273. OLE color: 13392273.
HSL color Cylindrical-coordinate representation of color #9159CC: hue angle of 269.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9159CC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 89 | 204 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.2 |
| HSL | 269.22º | 0.53% | 0.57% | - |
| HSV(B) | 269.22º | 0.56% | 0.8% | - |
| XYZ | 26.15 | 17.52 | 59.13 | - |
| YUV | 118.85 | 176.05 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 204 | 0.29 | 0.56 | 0 | 0.2 | 269.22 | 0.53 | 0.57 |
| Hex | 91 | 59 | CC | 1D | 38 | 0 | 14 | 10D | 35 | 39 |
| Octal | 221 | 131 | 314 | 35 | 70 | 0 | 24 | 415 | 65 | 71 |
| Binary | 10010001 | 1011001 | 11001100 | 11101 | 111000 | 0 | 10100 | 100001101 | 110101 | 111001 |
Color Harmonies of #9159CC
Complementary color
Monochromatic Colors of #9159CC
Black with #9159CC
Text Example
Text Example
White with #9159CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9159CC; }
p { color: rgb(145,89,204); }
H1.HeaderClassName
{
color: #9159CC;
}
.AnyTagClassName
{
color: #9159CC;
}
</style>
background-color css
<style>
a { background-color: #9159CC; }
a { background-color: rgb(145,89,204); }
div.DivClassName
{
background-color: #9159CC;
}
.BgClassName
{
background-color: #9159CC;
}
</style>
border-color css
<style>
span { border-color: #9159CC; }
span { border-color: rgb(145,89,204); }
td.TdClassName
{
border-color: #9159CC;
}
.TagClassName
{
border-color: #9159CC;
}
</style>