Shades of Amethyst #9E56DA
Tints of Amethyst #9E56DA
RGB
CMYK
RGB Variations
Color information
#9E56DA (or 0x9E56DA) is known color: Amethyst. HEX triplet: 9E, 56 and DA. RGB value is (158,86,218). Sum of RGB (Red+Green+Blue) = 158+86+218=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E56DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56DA is #61A925. Grayscale: #7A7A7A. Windows color (decimal): -6400294 or 14309022. OLE color: 14309022.
HSL color Cylindrical-coordinate representation of color #9E56DA: hue angle of 272.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E56DA is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 86 | 218 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.15 |
| HSL | 272.73º | 0.64% | 0.6% | - |
| HSV(B) | 272.73º | 0.61% | 0.85% | - |
| XYZ | 30.08 | 18.99 | 68.41 | - |
| YUV | 122.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 218 | 0.28 | 0.61 | 0 | 0.15 | 272.73 | 0.64 | 0.6 |
| Hex | 9E | 56 | DA | 1C | 3D | 0 | F | 111 | 40 | 3C |
| Octal | 236 | 126 | 332 | 34 | 75 | 0 | 17 | 421 | 100 | 74 |
| Binary | 10011110 | 1010110 | 11011010 | 11100 | 111101 | 0 | 1111 | 100010001 | 1000000 | 111100 |
Color Harmonies of #9E56DA
Complementary color
Monochromatic Colors of #9E56DA
Black with #9E56DA
Text Example
Text Example
White with #9E56DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E56DA; }
p { color: rgb(158,86,218); }
H1.HeaderClassName
{
color: #9E56DA;
}
.AnyTagClassName
{
color: #9E56DA;
}
</style>
background-color css
<style>
a { background-color: #9E56DA; }
a { background-color: rgb(158,86,218); }
div.DivClassName
{
background-color: #9E56DA;
}
.BgClassName
{
background-color: #9E56DA;
}
</style>
border-color css
<style>
span { border-color: #9E56DA; }
span { border-color: rgb(158,86,218); }
td.TdClassName
{
border-color: #9E56DA;
}
.TagClassName
{
border-color: #9E56DA;
}
</style>