Shades of Amethyst #9E57DB
Tints of Amethyst #9E57DB
RGB
CMYK
RGB Variations
Color information
#9E57DB (or 0x9E57DB) is known color: Amethyst. HEX triplet: 9E, 57 and DB. RGB value is (158,87,219). Sum of RGB (Red+Green+Blue) = 158+87+219=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E57DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E57DB is #61A824. Grayscale: #7A7A7A. Windows color (decimal): -6400037 or 14374814. OLE color: 14374814.
HSL color Cylindrical-coordinate representation of color #9E57DB: hue angle of 272.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E57DB is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 87 | 219 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.14 |
| HSL | 272.27º | 0.65% | 0.6% | - |
| HSV(B) | 272.27º | 0.6% | 0.86% | - |
| XYZ | 30.29 | 19.2 | 69.13 | - |
| YUV | 123.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 219 | 0.28 | 0.60 | 0 | 0.14 | 272.27 | 0.65 | 0.6 |
| Hex | 9E | 57 | DB | 1C | 3C | 0 | E | 110 | 41 | 3C |
| Octal | 236 | 127 | 333 | 34 | 74 | 0 | 16 | 420 | 101 | 74 |
| Binary | 10011110 | 1010111 | 11011011 | 11100 | 111100 | 0 | 1110 | 100010000 | 1000001 | 111100 |
Color Harmonies of #9E57DB
Complementary color
Monochromatic Colors of #9E57DB
Black with #9E57DB
Text Example
Text Example
White with #9E57DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E57DB; }
p { color: rgb(158,87,219); }
H1.HeaderClassName
{
color: #9E57DB;
}
.AnyTagClassName
{
color: #9E57DB;
}
</style>
background-color css
<style>
a { background-color: #9E57DB; }
a { background-color: rgb(158,87,219); }
div.DivClassName
{
background-color: #9E57DB;
}
.BgClassName
{
background-color: #9E57DB;
}
</style>
border-color css
<style>
span { border-color: #9E57DB; }
span { border-color: rgb(158,87,219); }
td.TdClassName
{
border-color: #9E57DB;
}
.TagClassName
{
border-color: #9E57DB;
}
</style>