Shades of Amethyst #9E5DDC
Tints of Amethyst #9E5DDC
RGB
CMYK
RGB Variations
Color information
#9E5DDC (or 0x9E5DDC) is known color: Amethyst. HEX triplet: 9E, 5D and DC. RGB value is (158,93,220). Sum of RGB (Red+Green+Blue) = 158+93+220=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5DDC is #61A223. Grayscale: #7E7E7E. Windows color (decimal): -6398500 or 14441886. OLE color: 14441886.
HSL color Cylindrical-coordinate representation of color #9E5DDC: hue angle of 270.71º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E5DDC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 93 | 220 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.14 |
| HSL | 270.71º | 0.64% | 0.61% | - |
| HSV(B) | 270.71º | 0.58% | 0.86% | - |
| XYZ | 30.93 | 20.27 | 69.99 | - |
| YUV | 126.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 93 | 220 | 0.28 | 0.58 | 0 | 0.14 | 270.71 | 0.64 | 0.61 |
| Hex | 9E | 5D | DC | 1C | 3A | 0 | E | 10F | 40 | 3D |
| Octal | 236 | 135 | 334 | 34 | 72 | 0 | 16 | 417 | 100 | 75 |
| Binary | 10011110 | 1011101 | 11011100 | 11100 | 111010 | 0 | 1110 | 100001111 | 1000000 | 111101 |
Color Harmonies of #9E5DDC
Complementary color
Monochromatic Colors of #9E5DDC
Black with #9E5DDC
Text Example
Text Example
White with #9E5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5DDC; }
p { color: rgb(158,93,220); }
H1.HeaderClassName
{
color: #9E5DDC;
}
.AnyTagClassName
{
color: #9E5DDC;
}
</style>
background-color css
<style>
a { background-color: #9E5DDC; }
a { background-color: rgb(158,93,220); }
div.DivClassName
{
background-color: #9E5DDC;
}
.BgClassName
{
background-color: #9E5DDC;
}
</style>
border-color css
<style>
span { border-color: #9E5DDC; }
span { border-color: rgb(158,93,220); }
td.TdClassName
{
border-color: #9E5DDC;
}
.TagClassName
{
border-color: #9E5DDC;
}
</style>