Shades of Amethyst #915ECA
Tints of Amethyst #915ECA
RGB
CMYK
RGB Variations
Color information
#915ECA (or 0x915ECA) is known color: Amethyst. HEX triplet: 91, 5E and CA. RGB value is (145,94,202). Sum of RGB (Red+Green+Blue) = 145+94+202=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #915ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ECA is #6EA135. Grayscale: #797979. Windows color (decimal): -7250230 or 13262481. OLE color: 13262481.
HSL color Cylindrical-coordinate representation of color #915ECA: hue angle of 268.33º 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 #915ECA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 94 | 202 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.21 |
| HSL | 268.33º | 0.5% | 0.58% | - |
| HSV(B) | 268.33º | 0.53% | 0.79% | - |
| XYZ | 26.34 | 18.29 | 58.02 | - |
| YUV | 121.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 202 | 0.28 | 0.53 | 0 | 0.21 | 268.33 | 0.5 | 0.58 |
| Hex | 91 | 5E | CA | 1C | 35 | 0 | 15 | 10C | 32 | 3A |
| Octal | 221 | 136 | 312 | 34 | 65 | 0 | 25 | 414 | 62 | 72 |
| Binary | 10010001 | 1011110 | 11001010 | 11100 | 110101 | 0 | 10101 | 100001100 | 110010 | 111010 |
Color Harmonies of #915ECA
Complementary color
Monochromatic Colors of #915ECA
Black with #915ECA
Text Example
Text Example
White with #915ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915ECA; }
p { color: rgb(145,94,202); }
H1.HeaderClassName
{
color: #915ECA;
}
.AnyTagClassName
{
color: #915ECA;
}
</style>
background-color css
<style>
a { background-color: #915ECA; }
a { background-color: rgb(145,94,202); }
div.DivClassName
{
background-color: #915ECA;
}
.BgClassName
{
background-color: #915ECA;
}
</style>
border-color css
<style>
span { border-color: #915ECA; }
span { border-color: rgb(145,94,202); }
td.TdClassName
{
border-color: #915ECA;
}
.TagClassName
{
border-color: #915ECA;
}
</style>