Shades of Amethyst #915EC9
Tints of Amethyst #915EC9
RGB
CMYK
RGB Variations
Color information
#915EC9 (or 0x915EC9) is known color: Amethyst. HEX triplet: 91, 5E and C9. RGB value is (145,94,201). Sum of RGB (Red+Green+Blue) = 145+94+201=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #915EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EC9 is #6EA136. Grayscale: #797979. Windows color (decimal): -7250231 or 13196945. OLE color: 13196945.
HSL color Cylindrical-coordinate representation of color #915EC9: hue angle of 268.6º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #915EC9 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 94 | 201 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.21 |
| HSL | 268.6º | 0.5% | 0.58% | - |
| HSV(B) | 268.6º | 0.53% | 0.79% | - |
| XYZ | 26.22 | 18.24 | 57.4 | - |
| YUV | 121.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 201 | 0.28 | 0.53 | 0 | 0.21 | 268.6 | 0.5 | 0.58 |
| Hex | 91 | 5E | C9 | 1C | 35 | 0 | 15 | 10D | 32 | 3A |
| Octal | 221 | 136 | 311 | 34 | 65 | 0 | 25 | 415 | 62 | 72 |
| Binary | 10010001 | 1011110 | 11001001 | 11100 | 110101 | 0 | 10101 | 100001101 | 110010 | 111010 |
Color Harmonies of #915EC9
Complementary color
Monochromatic Colors of #915EC9
Black with #915EC9
Text Example
Text Example
White with #915EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915EC9; }
p { color: rgb(145,94,201); }
H1.HeaderClassName
{
color: #915EC9;
}
.AnyTagClassName
{
color: #915EC9;
}
</style>
background-color css
<style>
a { background-color: #915EC9; }
a { background-color: rgb(145,94,201); }
div.DivClassName
{
background-color: #915EC9;
}
.BgClassName
{
background-color: #915EC9;
}
</style>
border-color css
<style>
span { border-color: #915EC9; }
span { border-color: rgb(145,94,201); }
td.TdClassName
{
border-color: #915EC9;
}
.TagClassName
{
border-color: #915EC9;
}
</style>