Shades of Amethyst #9E54EA
Tints of Amethyst #9E54EA
RGB
CMYK
RGB Variations
Color information
#9E54EA (or 0x9E54EA) is known color: Amethyst. HEX triplet: 9E, 54 and EA. RGB value is (158,84,234). Sum of RGB (Red+Green+Blue) = 158+84+234=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E54EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E54EA is #61AB15. Grayscale: #7A7A7A. Windows color (decimal): -6400790 or 15357086. OLE color: 15357086.
HSL color Cylindrical-coordinate representation of color #9E54EA: hue angle of 269.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E54EA is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 84 | 234 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.08 |
| HSL | 269.6º | 0.78% | 0.62% | - |
| HSV(B) | 269.6º | 0.64% | 0.92% | - |
| XYZ | 32.12 | 19.55 | 79.92 | - |
| YUV | 123.23 | 190.52 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 234 | 0.32 | 0.64 | 0 | 0.08 | 269.6 | 0.78 | 0.62 |
| Hex | 9E | 54 | EA | 20 | 40 | 0 | 8 | 10E | 4E | 3E |
| Octal | 236 | 124 | 352 | 40 | 100 | 0 | 10 | 416 | 116 | 76 |
| Binary | 10011110 | 1010100 | 11101010 | 100000 | 1000000 | 0 | 1000 | 100001110 | 1001110 | 111110 |
Color Harmonies of #9E54EA
Complementary color
Monochromatic Colors of #9E54EA
Black with #9E54EA
Text Example
Text Example
White with #9E54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E54EA; }
p { color: rgb(158,84,234); }
H1.HeaderClassName
{
color: #9E54EA;
}
.AnyTagClassName
{
color: #9E54EA;
}
</style>
background-color css
<style>
a { background-color: #9E54EA; }
a { background-color: rgb(158,84,234); }
div.DivClassName
{
background-color: #9E54EA;
}
.BgClassName
{
background-color: #9E54EA;
}
</style>
border-color css
<style>
span { border-color: #9E54EA; }
span { border-color: rgb(158,84,234); }
td.TdClassName
{
border-color: #9E54EA;
}
.TagClassName
{
border-color: #9E54EA;
}
</style>