Shades of Amethyst #9E65CE
Tints of Amethyst #9E65CE
RGB
CMYK
RGB Variations
Color information
#9E65CE (or 0x9E65CE) is known color: Amethyst. HEX triplet: 9E, 65 and CE. RGB value is (158,101,206). Sum of RGB (Red+Green+Blue) = 158+101+206=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65CE is #619A31. Grayscale: #818181. Windows color (decimal): -6396466 or 13526430. OLE color: 13526430.
HSL color Cylindrical-coordinate representation of color #9E65CE: hue angle of 272.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E65CE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 101 | 206 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.19 |
| HSL | 272.57º | 0.52% | 0.6% | - |
| HSV(B) | 272.57º | 0.51% | 0.81% | - |
| XYZ | 29.89 | 21.03 | 60.88 | - |
| YUV | 130.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 206 | 0.23 | 0.51 | 0 | 0.19 | 272.57 | 0.52 | 0.6 |
| Hex | 9E | 65 | CE | 17 | 33 | 0 | 13 | 111 | 34 | 3C |
| Octal | 236 | 145 | 316 | 27 | 63 | 0 | 23 | 421 | 64 | 74 |
| Binary | 10011110 | 1100101 | 11001110 | 10111 | 110011 | 0 | 10011 | 100010001 | 110100 | 111100 |
Color Harmonies of #9E65CE
Complementary color
Monochromatic Colors of #9E65CE
Black with #9E65CE
Text Example
Text Example
White with #9E65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65CE; }
p { color: rgb(158,101,206); }
H1.HeaderClassName
{
color: #9E65CE;
}
.AnyTagClassName
{
color: #9E65CE;
}
</style>
background-color css
<style>
a { background-color: #9E65CE; }
a { background-color: rgb(158,101,206); }
div.DivClassName
{
background-color: #9E65CE;
}
.BgClassName
{
background-color: #9E65CE;
}
</style>
border-color css
<style>
span { border-color: #9E65CE; }
span { border-color: rgb(158,101,206); }
td.TdClassName
{
border-color: #9E65CE;
}
.TagClassName
{
border-color: #9E65CE;
}
</style>