Shades of Amethyst #9E5EDC
Tints of Amethyst #9E5EDC
RGB
CMYK
RGB Variations
Color information
#9E5EDC (or 0x9E5EDC) is known color: Amethyst. HEX triplet: 9E, 5E and DC. RGB value is (158,94,220). Sum of RGB (Red+Green+Blue) = 158+94+220=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5EDC is #61A123. Grayscale: #7F7F7F. Windows color (decimal): -6398244 or 14442142. OLE color: 14442142.
HSL color Cylindrical-coordinate representation of color #9E5EDC: hue angle of 270.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E5EDC is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 94 | 220 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.14 |
| HSL | 270.48º | 0.64% | 0.62% | - |
| HSV(B) | 270.48º | 0.57% | 0.86% | - |
| XYZ | 31.02 | 20.44 | 70.02 | - |
| YUV | 127.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 94 | 220 | 0.28 | 0.57 | 0 | 0.14 | 270.48 | 0.64 | 0.62 |
| Hex | 9E | 5E | DC | 1C | 39 | 0 | E | 10E | 40 | 3E |
| Octal | 236 | 136 | 334 | 34 | 71 | 0 | 16 | 416 | 100 | 76 |
| Binary | 10011110 | 1011110 | 11011100 | 11100 | 111001 | 0 | 1110 | 100001110 | 1000000 | 111110 |
Color Harmonies of #9E5EDC
Complementary color
Monochromatic Colors of #9E5EDC
Black with #9E5EDC
Text Example
Text Example
White with #9E5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5EDC; }
p { color: rgb(158,94,220); }
H1.HeaderClassName
{
color: #9E5EDC;
}
.AnyTagClassName
{
color: #9E5EDC;
}
</style>
background-color css
<style>
a { background-color: #9E5EDC; }
a { background-color: rgb(158,94,220); }
div.DivClassName
{
background-color: #9E5EDC;
}
.BgClassName
{
background-color: #9E5EDC;
}
</style>
border-color css
<style>
span { border-color: #9E5EDC; }
span { border-color: rgb(158,94,220); }
td.TdClassName
{
border-color: #9E5EDC;
}
.TagClassName
{
border-color: #9E5EDC;
}
</style>