Shades of Amethyst #9E55EB
Tints of Amethyst #9E55EB
RGB
CMYK
RGB Variations
Color information
#9E55EB (or 0x9E55EB) is known color: Amethyst. HEX triplet: 9E, 55 and EB. RGB value is (158,85,235). Sum of RGB (Red+Green+Blue) = 158+85+235=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E55EB is #61AA14. Grayscale: #7B7B7B. Windows color (decimal): -6400533 or 15422878. OLE color: 15422878.
HSL color Cylindrical-coordinate representation of color #9E55EB: hue angle of 269.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E55EB is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 85 | 235 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.08 |
| HSL | 269.2º | 0.79% | 0.63% | - |
| HSV(B) | 269.2º | 0.64% | 0.92% | - |
| XYZ | 32.34 | 19.76 | 80.71 | - |
| YUV | 123.93 | 190.68 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 235 | 0.33 | 0.64 | 0 | 0.08 | 269.2 | 0.79 | 0.63 |
| Hex | 9E | 55 | EB | 21 | 40 | 0 | 8 | 10D | 4F | 3F |
| Octal | 236 | 125 | 353 | 41 | 100 | 0 | 10 | 415 | 117 | 77 |
| Binary | 10011110 | 1010101 | 11101011 | 100001 | 1000000 | 0 | 1000 | 100001101 | 1001111 | 111111 |
Color Harmonies of #9E55EB
Complementary color
Monochromatic Colors of #9E55EB
Black with #9E55EB
Text Example
Text Example
White with #9E55EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E55EB; }
p { color: rgb(158,85,235); }
H1.HeaderClassName
{
color: #9E55EB;
}
.AnyTagClassName
{
color: #9E55EB;
}
</style>
background-color css
<style>
a { background-color: #9E55EB; }
a { background-color: rgb(158,85,235); }
div.DivClassName
{
background-color: #9E55EB;
}
.BgClassName
{
background-color: #9E55EB;
}
</style>
border-color css
<style>
span { border-color: #9E55EB; }
span { border-color: rgb(158,85,235); }
td.TdClassName
{
border-color: #9E55EB;
}
.TagClassName
{
border-color: #9E55EB;
}
</style>