Shades of Amethyst #915ECB
Tints of Amethyst #915ECB
RGB
CMYK
RGB Variations
Color information
#915ECB (or 0x915ECB) is known color: Amethyst. HEX triplet: 91, 5E and CB. RGB value is (145,94,203). Sum of RGB (Red+Green+Blue) = 145+94+203=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #915ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ECB is #6EA134. Grayscale: #797979. Windows color (decimal): -7250229 or 13328017. OLE color: 13328017.
HSL color Cylindrical-coordinate representation of color #915ECB: hue angle of 268.07º degrees, saturation: 0.51, 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 #915ECB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 94 | 203 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.20 |
| HSL | 268.07º | 0.51% | 0.58% | - |
| HSV(B) | 268.07º | 0.54% | 0.8% | - |
| XYZ | 26.46 | 18.34 | 58.64 | - |
| YUV | 121.68 | 173.9 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 203 | 0.29 | 0.54 | 0 | 0.20 | 268.07 | 0.51 | 0.58 |
| Hex | 91 | 5E | CB | 1D | 36 | 0 | 14 | 10C | 33 | 3A |
| Octal | 221 | 136 | 313 | 35 | 66 | 0 | 24 | 414 | 63 | 72 |
| Binary | 10010001 | 1011110 | 11001011 | 11101 | 110110 | 0 | 10100 | 100001100 | 110011 | 111010 |
Color Harmonies of #915ECB
Complementary color
Monochromatic Colors of #915ECB
Black with #915ECB
Text Example
Text Example
White with #915ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915ECB; }
p { color: rgb(145,94,203); }
H1.HeaderClassName
{
color: #915ECB;
}
.AnyTagClassName
{
color: #915ECB;
}
</style>
background-color css
<style>
a { background-color: #915ECB; }
a { background-color: rgb(145,94,203); }
div.DivClassName
{
background-color: #915ECB;
}
.BgClassName
{
background-color: #915ECB;
}
</style>
border-color css
<style>
span { border-color: #915ECB; }
span { border-color: rgb(145,94,203); }
td.TdClassName
{
border-color: #915ECB;
}
.TagClassName
{
border-color: #915ECB;
}
</style>