Shades of Amethyst #915EC8
Tints of Amethyst #915EC8
RGB
CMYK
RGB Variations
Color information
#915EC8 (or 0x915EC8) is known color: Amethyst. HEX triplet: 91, 5E and C8. RGB value is (145,94,200). Sum of RGB (Red+Green+Blue) = 145+94+200=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #915EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EC8 is #6EA137. Grayscale: #787878. Windows color (decimal): -7250232 or 13131409. OLE color: 13131409.
HSL color Cylindrical-coordinate representation of color #915EC8: hue angle of 268.87º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #915EC8 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 94 | 200 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.22 |
| HSL | 268.87º | 0.49% | 0.58% | - |
| HSV(B) | 268.87º | 0.53% | 0.78% | - |
| XYZ | 26.11 | 18.2 | 56.78 | - |
| YUV | 121.33 | 172.4 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 200 | 0.28 | 0.53 | 0 | 0.22 | 268.87 | 0.49 | 0.58 |
| Hex | 91 | 5E | C8 | 1C | 35 | 0 | 16 | 10D | 31 | 3A |
| Octal | 221 | 136 | 310 | 34 | 65 | 0 | 26 | 415 | 61 | 72 |
| Binary | 10010001 | 1011110 | 11001000 | 11100 | 110101 | 0 | 10110 | 100001101 | 110001 | 111010 |
Color Harmonies of #915EC8
Complementary color
Monochromatic Colors of #915EC8
Black with #915EC8
Text Example
Text Example
White with #915EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915EC8; }
p { color: rgb(145,94,200); }
H1.HeaderClassName
{
color: #915EC8;
}
.AnyTagClassName
{
color: #915EC8;
}
</style>
background-color css
<style>
a { background-color: #915EC8; }
a { background-color: rgb(145,94,200); }
div.DivClassName
{
background-color: #915EC8;
}
.BgClassName
{
background-color: #915EC8;
}
</style>
border-color css
<style>
span { border-color: #915EC8; }
span { border-color: rgb(145,94,200); }
td.TdClassName
{
border-color: #915EC8;
}
.TagClassName
{
border-color: #915EC8;
}
</style>