Shades of Amethyst #915ECC
Tints of Amethyst #915ECC
RGB
CMYK
RGB Variations
Color information
#915ECC (or 0x915ECC) is known color: Amethyst. HEX triplet: 91, 5E and CC. RGB value is (145,94,204). Sum of RGB (Red+Green+Blue) = 145+94+204=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #915ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ECC is #6EA133. Grayscale: #797979. Windows color (decimal): -7250228 or 13393553. OLE color: 13393553.
HSL color Cylindrical-coordinate representation of color #915ECC: hue angle of 267.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #915ECC is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 94 | 204 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.2 |
| HSL | 267.82º | 0.52% | 0.58% | - |
| HSV(B) | 267.82º | 0.54% | 0.8% | - |
| XYZ | 26.58 | 18.38 | 59.27 | - |
| YUV | 121.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 204 | 0.29 | 0.54 | 0 | 0.2 | 267.82 | 0.52 | 0.58 |
| Hex | 91 | 5E | CC | 1D | 36 | 0 | 14 | 10C | 34 | 3A |
| Octal | 221 | 136 | 314 | 35 | 66 | 0 | 24 | 414 | 64 | 72 |
| Binary | 10010001 | 1011110 | 11001100 | 11101 | 110110 | 0 | 10100 | 100001100 | 110100 | 111010 |
Color Harmonies of #915ECC
Complementary color
Monochromatic Colors of #915ECC
Black with #915ECC
Text Example
Text Example
White with #915ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915ECC; }
p { color: rgb(145,94,204); }
H1.HeaderClassName
{
color: #915ECC;
}
.AnyTagClassName
{
color: #915ECC;
}
</style>
background-color css
<style>
a { background-color: #915ECC; }
a { background-color: rgb(145,94,204); }
div.DivClassName
{
background-color: #915ECC;
}
.BgClassName
{
background-color: #915ECC;
}
</style>
border-color css
<style>
span { border-color: #915ECC; }
span { border-color: rgb(145,94,204); }
td.TdClassName
{
border-color: #915ECC;
}
.TagClassName
{
border-color: #915ECC;
}
</style>