Shades of Amethyst #9E5CDA
Tints of Amethyst #9E5CDA
RGB
CMYK
RGB Variations
Color information
#9E5CDA (or 0x9E5CDA) is known color: Amethyst. HEX triplet: 9E, 5C and DA. RGB value is (158,92,218). Sum of RGB (Red+Green+Blue) = 158+92+218=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E5CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CDA is #61A325. Grayscale: #7D7D7D. Windows color (decimal): -6398758 or 14310558. OLE color: 14310558.
HSL color Cylindrical-coordinate representation of color #9E5CDA: hue angle of 271.43º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E5CDA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 92 | 218 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.15 |
| HSL | 271.43º | 0.63% | 0.61% | - |
| HSV(B) | 271.43º | 0.58% | 0.85% | - |
| XYZ | 30.58 | 19.99 | 68.58 | - |
| YUV | 126.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 218 | 0.28 | 0.58 | 0 | 0.15 | 271.43 | 0.63 | 0.61 |
| Hex | 9E | 5C | DA | 1C | 3A | 0 | F | 10F | 3F | 3D |
| Octal | 236 | 134 | 332 | 34 | 72 | 0 | 17 | 417 | 77 | 75 |
| Binary | 10011110 | 1011100 | 11011010 | 11100 | 111010 | 0 | 1111 | 100001111 | 111111 | 111101 |
Color Harmonies of #9E5CDA
Complementary color
Monochromatic Colors of #9E5CDA
Black with #9E5CDA
Text Example
Text Example
White with #9E5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5CDA; }
p { color: rgb(158,92,218); }
H1.HeaderClassName
{
color: #9E5CDA;
}
.AnyTagClassName
{
color: #9E5CDA;
}
</style>
background-color css
<style>
a { background-color: #9E5CDA; }
a { background-color: rgb(158,92,218); }
div.DivClassName
{
background-color: #9E5CDA;
}
.BgClassName
{
background-color: #9E5CDA;
}
</style>
border-color css
<style>
span { border-color: #9E5CDA; }
span { border-color: rgb(158,92,218); }
td.TdClassName
{
border-color: #9E5CDA;
}
.TagClassName
{
border-color: #9E5CDA;
}
</style>