Shades of Amethyst #9E52D8
Tints of Amethyst #9E52D8
RGB
CMYK
RGB Variations
Color information
#9E52D8 (or 0x9E52D8) is known color: Amethyst. HEX triplet: 9E, 52 and D8. RGB value is (158,82,216). Sum of RGB (Red+Green+Blue) = 158+82+216=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E52D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E52D8 is #61AD27. Grayscale: #777777. Windows color (decimal): -6401320 or 14176926. OLE color: 14176926.
HSL color Cylindrical-coordinate representation of color #9E52D8: hue angle of 274.03º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E52D8 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 82 | 216 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.15 |
| HSL | 274.03º | 0.63% | 0.58% | - |
| HSV(B) | 274.03º | 0.62% | 0.85% | - |
| XYZ | 29.51 | 18.26 | 66.94 | - |
| YUV | 120 | 182.18 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 216 | 0.27 | 0.62 | 0 | 0.15 | 274.03 | 0.63 | 0.58 |
| Hex | 9E | 52 | D8 | 1B | 3E | 0 | F | 112 | 3F | 3A |
| Octal | 236 | 122 | 330 | 33 | 76 | 0 | 17 | 422 | 77 | 72 |
| Binary | 10011110 | 1010010 | 11011000 | 11011 | 111110 | 0 | 1111 | 100010010 | 111111 | 111010 |
Color Harmonies of #9E52D8
Complementary color
Monochromatic Colors of #9E52D8
Black with #9E52D8
Text Example
Text Example
White with #9E52D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E52D8; }
p { color: rgb(158,82,216); }
H1.HeaderClassName
{
color: #9E52D8;
}
.AnyTagClassName
{
color: #9E52D8;
}
</style>
background-color css
<style>
a { background-color: #9E52D8; }
a { background-color: rgb(158,82,216); }
div.DivClassName
{
background-color: #9E52D8;
}
.BgClassName
{
background-color: #9E52D8;
}
</style>
border-color css
<style>
span { border-color: #9E52D8; }
span { border-color: rgb(158,82,216); }
td.TdClassName
{
border-color: #9E52D8;
}
.TagClassName
{
border-color: #9E52D8;
}
</style>