Shades of Amethyst #9E54DE
Tints of Amethyst #9E54DE
RGB
CMYK
RGB Variations
Color information
#9E54DE (or 0x9E54DE) is known color: Amethyst. HEX triplet: 9E, 54 and DE. RGB value is (158,84,222). Sum of RGB (Red+Green+Blue) = 158+84+222=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E54DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54DE is #61AB21. Grayscale: #797979. Windows color (decimal): -6400802 or 14570654. OLE color: 14570654.
HSL color Cylindrical-coordinate representation of color #9E54DE: hue angle of 272.17º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E54DE is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 84 | 222 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.13 |
| HSL | 272.17º | 0.68% | 0.6% | - |
| HSV(B) | 272.17º | 0.62% | 0.87% | - |
| XYZ | 30.46 | 18.88 | 71.15 | - |
| YUV | 121.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 222 | 0.29 | 0.62 | 0 | 0.13 | 272.17 | 0.68 | 0.6 |
| Hex | 9E | 54 | DE | 1D | 3E | 0 | D | 110 | 44 | 3C |
| Octal | 236 | 124 | 336 | 35 | 76 | 0 | 15 | 420 | 104 | 74 |
| Binary | 10011110 | 1010100 | 11011110 | 11101 | 111110 | 0 | 1101 | 100010000 | 1000100 | 111100 |
Color Harmonies of #9E54DE
Complementary color
Monochromatic Colors of #9E54DE
Black with #9E54DE
Text Example
Text Example
White with #9E54DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E54DE; }
p { color: rgb(158,84,222); }
H1.HeaderClassName
{
color: #9E54DE;
}
.AnyTagClassName
{
color: #9E54DE;
}
</style>
background-color css
<style>
a { background-color: #9E54DE; }
a { background-color: rgb(158,84,222); }
div.DivClassName
{
background-color: #9E54DE;
}
.BgClassName
{
background-color: #9E54DE;
}
</style>
border-color css
<style>
span { border-color: #9E54DE; }
span { border-color: rgb(158,84,222); }
td.TdClassName
{
border-color: #9E54DE;
}
.TagClassName
{
border-color: #9E54DE;
}
</style>