Shades of Amethyst #9E53DB
Tints of Amethyst #9E53DB
RGB
CMYK
RGB Variations
Color information
#9E53DB (or 0x9E53DB) is known color: Amethyst. HEX triplet: 9E, 53 and DB. RGB value is (158,83,219). Sum of RGB (Red+Green+Blue) = 158+83+219=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E53DB is #61AC24. Grayscale: #787878. Windows color (decimal): -6401061 or 14373790. OLE color: 14373790.
HSL color Cylindrical-coordinate representation of color #9E53DB: hue angle of 273.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E53DB is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 83 | 219 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.14 |
| HSL | 273.09º | 0.65% | 0.59% | - |
| HSV(B) | 273.09º | 0.62% | 0.86% | - |
| XYZ | 29.98 | 18.57 | 69.02 | - |
| YUV | 120.93 | 183.35 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 219 | 0.28 | 0.62 | 0 | 0.14 | 273.09 | 0.65 | 0.59 |
| Hex | 9E | 53 | DB | 1C | 3E | 0 | E | 111 | 41 | 3B |
| Octal | 236 | 123 | 333 | 34 | 76 | 0 | 16 | 421 | 101 | 73 |
| Binary | 10011110 | 1010011 | 11011011 | 11100 | 111110 | 0 | 1110 | 100010001 | 1000001 | 111011 |
Color Harmonies of #9E53DB
Complementary color
Monochromatic Colors of #9E53DB
Black with #9E53DB
Text Example
Text Example
White with #9E53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E53DB; }
p { color: rgb(158,83,219); }
H1.HeaderClassName
{
color: #9E53DB;
}
.AnyTagClassName
{
color: #9E53DB;
}
</style>
background-color css
<style>
a { background-color: #9E53DB; }
a { background-color: rgb(158,83,219); }
div.DivClassName
{
background-color: #9E53DB;
}
.BgClassName
{
background-color: #9E53DB;
}
</style>
border-color css
<style>
span { border-color: #9E53DB; }
span { border-color: rgb(158,83,219); }
td.TdClassName
{
border-color: #9E53DB;
}
.TagClassName
{
border-color: #9E53DB;
}
</style>