Shades of Amethyst #9E4CDA
Tints of Amethyst #9E4CDA
RGB
CMYK
RGB Variations
Color information
#9E4CDA (or 0x9E4CDA) is known color: Amethyst. HEX triplet: 9E, 4C and DA. RGB value is (158,76,218). Sum of RGB (Red+Green+Blue) = 158+76+218=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E4CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4CDA is #61B325. Grayscale: #747474. Windows color (decimal): -6402854 or 14306462. OLE color: 14306462.
HSL color Cylindrical-coordinate representation of color #9E4CDA: hue angle of 274.65º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E4CDA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 76 | 218 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.15 |
| HSL | 274.65º | 0.66% | 0.58% | - |
| HSV(B) | 274.65º | 0.65% | 0.85% | - |
| XYZ | 29.34 | 17.5 | 68.16 | - |
| YUV | 116.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 218 | 0.28 | 0.65 | 0 | 0.15 | 274.65 | 0.66 | 0.58 |
| Hex | 9E | 4C | DA | 1C | 41 | 0 | F | 113 | 42 | 3A |
| Octal | 236 | 114 | 332 | 34 | 101 | 0 | 17 | 423 | 102 | 72 |
| Binary | 10011110 | 1001100 | 11011010 | 11100 | 1000001 | 0 | 1111 | 100010011 | 1000010 | 111010 |
Color Harmonies of #9E4CDA
Complementary color
Monochromatic Colors of #9E4CDA
Black with #9E4CDA
Text Example
Text Example
White with #9E4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4CDA; }
p { color: rgb(158,76,218); }
H1.HeaderClassName
{
color: #9E4CDA;
}
.AnyTagClassName
{
color: #9E4CDA;
}
</style>
background-color css
<style>
a { background-color: #9E4CDA; }
a { background-color: rgb(158,76,218); }
div.DivClassName
{
background-color: #9E4CDA;
}
.BgClassName
{
background-color: #9E4CDA;
}
</style>
border-color css
<style>
span { border-color: #9E4CDA; }
span { border-color: rgb(158,76,218); }
td.TdClassName
{
border-color: #9E4CDA;
}
.TagClassName
{
border-color: #9E4CDA;
}
</style>