Shades of Amethyst #9E5CCE
Tints of Amethyst #9E5CCE
RGB
CMYK
RGB Variations
Color information
#9E5CCE (or 0x9E5CCE) is known color: Amethyst. HEX triplet: 9E, 5C and CE. RGB value is (158,92,206). Sum of RGB (Red+Green+Blue) = 158+92+206=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CCE is #61A331. Grayscale: #7C7C7C. Windows color (decimal): -6398770 or 13524126. OLE color: 13524126.
HSL color Cylindrical-coordinate representation of color #9E5CCE: hue angle of 274.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5CCE is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 92 | 206 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.19 |
| HSL | 274.74º | 0.54% | 0.58% | - |
| HSV(B) | 274.74º | 0.55% | 0.81% | - |
| XYZ | 29.07 | 19.38 | 60.6 | - |
| YUV | 124.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 206 | 0.23 | 0.55 | 0 | 0.19 | 274.74 | 0.54 | 0.58 |
| Hex | 9E | 5C | CE | 17 | 37 | 0 | 13 | 113 | 36 | 3A |
| Octal | 236 | 134 | 316 | 27 | 67 | 0 | 23 | 423 | 66 | 72 |
| Binary | 10011110 | 1011100 | 11001110 | 10111 | 110111 | 0 | 10011 | 100010011 | 110110 | 111010 |
Color Harmonies of #9E5CCE
Complementary color
Monochromatic Colors of #9E5CCE
Black with #9E5CCE
Text Example
Text Example
White with #9E5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5CCE; }
p { color: rgb(158,92,206); }
H1.HeaderClassName
{
color: #9E5CCE;
}
.AnyTagClassName
{
color: #9E5CCE;
}
</style>
background-color css
<style>
a { background-color: #9E5CCE; }
a { background-color: rgb(158,92,206); }
div.DivClassName
{
background-color: #9E5CCE;
}
.BgClassName
{
background-color: #9E5CCE;
}
</style>
border-color css
<style>
span { border-color: #9E5CCE; }
span { border-color: rgb(158,92,206); }
td.TdClassName
{
border-color: #9E5CCE;
}
.TagClassName
{
border-color: #9E5CCE;
}
</style>