Shades of Amethyst #9E6FCE
Tints of Amethyst #9E6FCE
RGB
CMYK
RGB Variations
Color information
#9E6FCE (or 0x9E6FCE) is known color: Amethyst. HEX triplet: 9E, 6F and CE. RGB value is (158,111,206). Sum of RGB (Red+Green+Blue) = 158+111+206=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E6FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FCE is #619031. Grayscale: #878787. Windows color (decimal): -6393906 or 13528990. OLE color: 13528990.
HSL color Cylindrical-coordinate representation of color #9E6FCE: hue angle of 269.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E6FCE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 111 | 206 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.19 |
| HSL | 269.68º | 0.49% | 0.62% | - |
| HSV(B) | 269.68º | 0.46% | 0.81% | - |
| XYZ | 30.93 | 23.09 | 61.22 | - |
| YUV | 135.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 206 | 0.23 | 0.46 | 0 | 0.19 | 269.68 | 0.49 | 0.62 |
| Hex | 9E | 6F | CE | 17 | 2E | 0 | 13 | 10E | 31 | 3E |
| Octal | 236 | 157 | 316 | 27 | 56 | 0 | 23 | 416 | 61 | 76 |
| Binary | 10011110 | 1101111 | 11001110 | 10111 | 101110 | 0 | 10011 | 100001110 | 110001 | 111110 |
Color Harmonies of #9E6FCE
Complementary color
Monochromatic Colors of #9E6FCE
Black with #9E6FCE
Text Example
Text Example
White with #9E6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6FCE; }
p { color: rgb(158,111,206); }
H1.HeaderClassName
{
color: #9E6FCE;
}
.AnyTagClassName
{
color: #9E6FCE;
}
</style>
background-color css
<style>
a { background-color: #9E6FCE; }
a { background-color: rgb(158,111,206); }
div.DivClassName
{
background-color: #9E6FCE;
}
.BgClassName
{
background-color: #9E6FCE;
}
</style>
border-color css
<style>
span { border-color: #9E6FCE; }
span { border-color: rgb(158,111,206); }
td.TdClassName
{
border-color: #9E6FCE;
}
.TagClassName
{
border-color: #9E6FCE;
}
</style>