Shades of Amethyst #9E6ECF
Tints of Amethyst #9E6ECF
RGB
CMYK
RGB Variations
Color information
#9E6ECF (or 0x9E6ECF) is known color: Amethyst. HEX triplet: 9E, 6E and CF. RGB value is (158,110,207). Sum of RGB (Red+Green+Blue) = 158+110+207=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ECF is #619130. Grayscale: #878787. Windows color (decimal): -6394161 or 13594270. OLE color: 13594270.
HSL color Cylindrical-coordinate representation of color #9E6ECF: hue angle of 269.69º degrees, saturation: 0.5, 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 #9E6ECF is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 110 | 207 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.19 |
| HSL | 269.69º | 0.5% | 0.62% | - |
| HSV(B) | 269.69º | 0.47% | 0.81% | - |
| XYZ | 30.94 | 22.93 | 61.83 | - |
| YUV | 135.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 207 | 0.24 | 0.47 | 0 | 0.19 | 269.69 | 0.5 | 0.62 |
| Hex | 9E | 6E | CF | 18 | 2F | 0 | 13 | 10E | 32 | 3E |
| Octal | 236 | 156 | 317 | 30 | 57 | 0 | 23 | 416 | 62 | 76 |
| Binary | 10011110 | 1101110 | 11001111 | 11000 | 101111 | 0 | 10011 | 100001110 | 110010 | 111110 |
Color Harmonies of #9E6ECF
Complementary color
Monochromatic Colors of #9E6ECF
Black with #9E6ECF
Text Example
Text Example
White with #9E6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6ECF; }
p { color: rgb(158,110,207); }
H1.HeaderClassName
{
color: #9E6ECF;
}
.AnyTagClassName
{
color: #9E6ECF;
}
</style>
background-color css
<style>
a { background-color: #9E6ECF; }
a { background-color: rgb(158,110,207); }
div.DivClassName
{
background-color: #9E6ECF;
}
.BgClassName
{
background-color: #9E6ECF;
}
</style>
border-color css
<style>
span { border-color: #9E6ECF; }
span { border-color: rgb(158,110,207); }
td.TdClassName
{
border-color: #9E6ECF;
}
.TagClassName
{
border-color: #9E6ECF;
}
</style>