Shades of Amethyst #9E5FCE
Tints of Amethyst #9E5FCE
RGB
CMYK
RGB Variations
Color information
#9E5FCE (or 0x9E5FCE) is known color: Amethyst. HEX triplet: 9E, 5F and CE. RGB value is (158,95,206). Sum of RGB (Red+Green+Blue) = 158+95+206=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5FCE is #61A031. Grayscale: #7E7E7E. Windows color (decimal): -6398002 or 13524894. OLE color: 13524894.
HSL color Cylindrical-coordinate representation of color #9E5FCE: hue angle of 274.05º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5FCE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 95 | 206 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.19 |
| HSL | 274.05º | 0.53% | 0.59% | - |
| HSV(B) | 274.05º | 0.54% | 0.81% | - |
| XYZ | 29.33 | 19.91 | 60.69 | - |
| YUV | 126.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 95 | 206 | 0.23 | 0.54 | 0 | 0.19 | 274.05 | 0.53 | 0.59 |
| Hex | 9E | 5F | CE | 17 | 36 | 0 | 13 | 112 | 35 | 3B |
| Octal | 236 | 137 | 316 | 27 | 66 | 0 | 23 | 422 | 65 | 73 |
| Binary | 10011110 | 1011111 | 11001110 | 10111 | 110110 | 0 | 10011 | 100010010 | 110101 | 111011 |
Color Harmonies of #9E5FCE
Complementary color
Monochromatic Colors of #9E5FCE
Black with #9E5FCE
Text Example
Text Example
White with #9E5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5FCE; }
p { color: rgb(158,95,206); }
H1.HeaderClassName
{
color: #9E5FCE;
}
.AnyTagClassName
{
color: #9E5FCE;
}
</style>
background-color css
<style>
a { background-color: #9E5FCE; }
a { background-color: rgb(158,95,206); }
div.DivClassName
{
background-color: #9E5FCE;
}
.BgClassName
{
background-color: #9E5FCE;
}
</style>
border-color css
<style>
span { border-color: #9E5FCE; }
span { border-color: rgb(158,95,206); }
td.TdClassName
{
border-color: #9E5FCE;
}
.TagClassName
{
border-color: #9E5FCE;
}
</style>