Shades of Amethyst #9E5DD5
Tints of Amethyst #9E5DD5
RGB
CMYK
RGB Variations
Color information
#9E5DD5 (or 0x9E5DD5) is known color: Amethyst. HEX triplet: 9E, 5D and D5. RGB value is (158,93,213). Sum of RGB (Red+Green+Blue) = 158+93+213=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5DD5 is #61A22A. Grayscale: #7D7D7D. Windows color (decimal): -6398507 or 13983134. OLE color: 13983134.
HSL color Cylindrical-coordinate representation of color #9E5DD5: hue angle of 272.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E5DD5 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 93 | 213 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.16 |
| HSL | 272.5º | 0.59% | 0.6% | - |
| HSV(B) | 272.5º | 0.56% | 0.84% | - |
| XYZ | 30.03 | 19.9 | 65.21 | - |
| YUV | 126.12 | 177.03 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 93 | 213 | 0.26 | 0.56 | 0 | 0.16 | 272.5 | 0.59 | 0.6 |
| Hex | 9E | 5D | D5 | 1A | 38 | 0 | 10 | 110 | 3B | 3C |
| Octal | 236 | 135 | 325 | 32 | 70 | 0 | 20 | 420 | 73 | 74 |
| Binary | 10011110 | 1011101 | 11010101 | 11010 | 111000 | 0 | 10000 | 100010000 | 111011 | 111100 |
Color Harmonies of #9E5DD5
Complementary color
Monochromatic Colors of #9E5DD5
Black with #9E5DD5
Text Example
Text Example
White with #9E5DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5DD5; }
p { color: rgb(158,93,213); }
H1.HeaderClassName
{
color: #9E5DD5;
}
.AnyTagClassName
{
color: #9E5DD5;
}
</style>
background-color css
<style>
a { background-color: #9E5DD5; }
a { background-color: rgb(158,93,213); }
div.DivClassName
{
background-color: #9E5DD5;
}
.BgClassName
{
background-color: #9E5DD5;
}
</style>
border-color css
<style>
span { border-color: #9E5DD5; }
span { border-color: rgb(158,93,213); }
td.TdClassName
{
border-color: #9E5DD5;
}
.TagClassName
{
border-color: #9E5DD5;
}
</style>