Shades of Amethyst #915EBF
Tints of Amethyst #915EBF
RGB
CMYK
RGB Variations
Color information
#915EBF (or 0x915EBF) is known color: Amethyst. HEX triplet: 91, 5E and BF. RGB value is (145,94,191). Sum of RGB (Red+Green+Blue) = 145+94+191=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #915EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EBF is #6EA140. Grayscale: #777777. Windows color (decimal): -7250241 or 12541585. OLE color: 12541585.
HSL color Cylindrical-coordinate representation of color #915EBF: hue angle of 271.55º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #915EBF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 94 | 191 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.25 |
| HSL | 271.55º | 0.43% | 0.56% | - |
| HSV(B) | 271.55º | 0.51% | 0.75% | - |
| XYZ | 25.08 | 17.79 | 51.4 | - |
| YUV | 120.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 191 | 0.24 | 0.51 | 0 | 0.25 | 271.55 | 0.43 | 0.56 |
| Hex | 91 | 5E | BF | 18 | 33 | 0 | 19 | 110 | 2B | 38 |
| Octal | 221 | 136 | 277 | 30 | 63 | 0 | 31 | 420 | 53 | 70 |
| Binary | 10010001 | 1011110 | 10111111 | 11000 | 110011 | 0 | 11001 | 100010000 | 101011 | 111000 |
Color Harmonies of #915EBF
Complementary color
Monochromatic Colors of #915EBF
Black with #915EBF
Text Example
Text Example
White with #915EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915EBF; }
p { color: rgb(145,94,191); }
H1.HeaderClassName
{
color: #915EBF;
}
.AnyTagClassName
{
color: #915EBF;
}
</style>
background-color css
<style>
a { background-color: #915EBF; }
a { background-color: rgb(145,94,191); }
div.DivClassName
{
background-color: #915EBF;
}
.BgClassName
{
background-color: #915EBF;
}
</style>
border-color css
<style>
span { border-color: #915EBF; }
span { border-color: rgb(145,94,191); }
td.TdClassName
{
border-color: #915EBF;
}
.TagClassName
{
border-color: #915EBF;
}
</style>