Shades of Amethyst #9E54DC
Tints of Amethyst #9E54DC
RGB
CMYK
RGB Variations
Color information
#9E54DC (or 0x9E54DC) is known color: Amethyst. HEX triplet: 9E, 54 and DC. RGB value is (158,84,220). Sum of RGB (Red+Green+Blue) = 158+84+220=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54DC is #61AB23. Grayscale: #797979. Windows color (decimal): -6400804 or 14439582. OLE color: 14439582.
HSL color Cylindrical-coordinate representation of color #9E54DC: hue angle of 272.65º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E54DC is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 84 | 220 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.14 |
| HSL | 272.65º | 0.66% | 0.6% | - |
| HSV(B) | 272.65º | 0.62% | 0.86% | - |
| XYZ | 30.19 | 18.78 | 69.74 | - |
| YUV | 121.63 | 183.52 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 220 | 0.28 | 0.62 | 0 | 0.14 | 272.65 | 0.66 | 0.6 |
| Hex | 9E | 54 | DC | 1C | 3E | 0 | E | 111 | 42 | 3C |
| Octal | 236 | 124 | 334 | 34 | 76 | 0 | 16 | 421 | 102 | 74 |
| Binary | 10011110 | 1010100 | 11011100 | 11100 | 111110 | 0 | 1110 | 100010001 | 1000010 | 111100 |
Color Harmonies of #9E54DC
Complementary color
Monochromatic Colors of #9E54DC
Black with #9E54DC
Text Example
Text Example
White with #9E54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E54DC; }
p { color: rgb(158,84,220); }
H1.HeaderClassName
{
color: #9E54DC;
}
.AnyTagClassName
{
color: #9E54DC;
}
</style>
background-color css
<style>
a { background-color: #9E54DC; }
a { background-color: rgb(158,84,220); }
div.DivClassName
{
background-color: #9E54DC;
}
.BgClassName
{
background-color: #9E54DC;
}
</style>
border-color css
<style>
span { border-color: #9E54DC; }
span { border-color: rgb(158,84,220); }
td.TdClassName
{
border-color: #9E54DC;
}
.TagClassName
{
border-color: #9E54DC;
}
</style>