Shades of Amethyst #9E68CE
Tints of Amethyst #9E68CE
RGB
CMYK
RGB Variations
Color information
#9E68CE (or 0x9E68CE) is known color: Amethyst. HEX triplet: 9E, 68 and CE. RGB value is (158,104,206). Sum of RGB (Red+Green+Blue) = 158+104+206=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68CE is #619731. Grayscale: #838383. Windows color (decimal): -6395698 or 13527198. OLE color: 13527198.
HSL color Cylindrical-coordinate representation of color #9E68CE: hue angle of 271.76º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E68CE is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 104 | 206 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.19 |
| HSL | 271.76º | 0.51% | 0.61% | - |
| HSV(B) | 271.76º | 0.5% | 0.81% | - |
| XYZ | 30.19 | 21.63 | 60.98 | - |
| YUV | 131.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 206 | 0.23 | 0.50 | 0 | 0.19 | 271.76 | 0.51 | 0.61 |
| Hex | 9E | 68 | CE | 17 | 32 | 0 | 13 | 110 | 33 | 3D |
| Octal | 236 | 150 | 316 | 27 | 62 | 0 | 23 | 420 | 63 | 75 |
| Binary | 10011110 | 1101000 | 11001110 | 10111 | 110010 | 0 | 10011 | 100010000 | 110011 | 111101 |
Color Harmonies of #9E68CE
Complementary color
Monochromatic Colors of #9E68CE
Black with #9E68CE
Text Example
Text Example
White with #9E68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E68CE; }
p { color: rgb(158,104,206); }
H1.HeaderClassName
{
color: #9E68CE;
}
.AnyTagClassName
{
color: #9E68CE;
}
</style>
background-color css
<style>
a { background-color: #9E68CE; }
a { background-color: rgb(158,104,206); }
div.DivClassName
{
background-color: #9E68CE;
}
.BgClassName
{
background-color: #9E68CE;
}
</style>
border-color css
<style>
span { border-color: #9E68CE; }
span { border-color: rgb(158,104,206); }
td.TdClassName
{
border-color: #9E68CE;
}
.TagClassName
{
border-color: #9E68CE;
}
</style>