Shades of Amethyst #9E6ECE
Tints of Amethyst #9E6ECE
RGB
CMYK
RGB Variations
Color information
#9E6ECE (or 0x9E6ECE) is known color: Amethyst. HEX triplet: 9E, 6E and CE. RGB value is (158,110,206). Sum of RGB (Red+Green+Blue) = 158+110+206=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ECE is #619131. Grayscale: #868686. Windows color (decimal): -6394162 or 13528734. OLE color: 13528734.
HSL color Cylindrical-coordinate representation of color #9E6ECE: hue angle of 270º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E6ECE is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 110 | 206 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.19 |
| HSL | 270º | 0.49% | 0.62% | - |
| HSV(B) | 270º | 0.47% | 0.81% | - |
| XYZ | 30.82 | 22.88 | 61.18 | - |
| YUV | 135.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 206 | 0.23 | 0.47 | 0 | 0.19 | 270 | 0.49 | 0.62 |
| Hex | 9E | 6E | CE | 17 | 2F | 0 | 13 | 10E | 31 | 3E |
| Octal | 236 | 156 | 316 | 27 | 57 | 0 | 23 | 416 | 61 | 76 |
| Binary | 10011110 | 1101110 | 11001110 | 10111 | 101111 | 0 | 10011 | 100001110 | 110001 | 111110 |
Color Harmonies of #9E6ECE
Complementary color
Monochromatic Colors of #9E6ECE
Black with #9E6ECE
Text Example
Text Example
White with #9E6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6ECE; }
p { color: rgb(158,110,206); }
H1.HeaderClassName
{
color: #9E6ECE;
}
.AnyTagClassName
{
color: #9E6ECE;
}
</style>
background-color css
<style>
a { background-color: #9E6ECE; }
a { background-color: rgb(158,110,206); }
div.DivClassName
{
background-color: #9E6ECE;
}
.BgClassName
{
background-color: #9E6ECE;
}
</style>
border-color css
<style>
span { border-color: #9E6ECE; }
span { border-color: rgb(158,110,206); }
td.TdClassName
{
border-color: #9E6ECE;
}
.TagClassName
{
border-color: #9E6ECE;
}
</style>