Shades of Amethyst #9E6ED0
Tints of Amethyst #9E6ED0
RGB
CMYK
RGB Variations
Color information
#9E6ED0 (or 0x9E6ED0) is known color: Amethyst. HEX triplet: 9E, 6E and D0. RGB value is (158,110,208). Sum of RGB (Red+Green+Blue) = 158+110+208=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ED0 is #61912F. Grayscale: #878787. Windows color (decimal): -6394160 or 13659806. OLE color: 13659806.
HSL color Cylindrical-coordinate representation of color #9E6ED0: hue angle of 269.39º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E6ED0 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 110 | 208 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.18 |
| HSL | 269.39º | 0.51% | 0.62% | - |
| HSV(B) | 269.39º | 0.47% | 0.82% | - |
| XYZ | 31.06 | 22.98 | 62.47 | - |
| YUV | 135.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 208 | 0.24 | 0.47 | 0 | 0.18 | 269.39 | 0.51 | 0.62 |
| Hex | 9E | 6E | D0 | 18 | 2F | 0 | 12 | 10D | 33 | 3E |
| Octal | 236 | 156 | 320 | 30 | 57 | 0 | 22 | 415 | 63 | 76 |
| Binary | 10011110 | 1101110 | 11010000 | 11000 | 101111 | 0 | 10010 | 100001101 | 110011 | 111110 |
Color Harmonies of #9E6ED0
Complementary color
Monochromatic Colors of #9E6ED0
Black with #9E6ED0
Text Example
Text Example
White with #9E6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6ED0; }
p { color: rgb(158,110,208); }
H1.HeaderClassName
{
color: #9E6ED0;
}
.AnyTagClassName
{
color: #9E6ED0;
}
</style>
background-color css
<style>
a { background-color: #9E6ED0; }
a { background-color: rgb(158,110,208); }
div.DivClassName
{
background-color: #9E6ED0;
}
.BgClassName
{
background-color: #9E6ED0;
}
</style>
border-color css
<style>
span { border-color: #9E6ED0; }
span { border-color: rgb(158,110,208); }
td.TdClassName
{
border-color: #9E6ED0;
}
.TagClassName
{
border-color: #9E6ED0;
}
</style>