Shades of Amethyst #9E65CD
Tints of Amethyst #9E65CD
RGB
CMYK
RGB Variations
Color information
#9E65CD (or 0x9E65CD) is known color: Amethyst. HEX triplet: 9E, 65 and CD. RGB value is (158,101,205). Sum of RGB (Red+Green+Blue) = 158+101+205=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65CD is #619A32. Grayscale: #818181. Windows color (decimal): -6396467 or 13460894. OLE color: 13460894.
HSL color Cylindrical-coordinate representation of color #9E65CD: hue angle of 272.88º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E65CD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 101 | 205 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.20 |
| HSL | 272.88º | 0.51% | 0.6% | - |
| HSV(B) | 272.88º | 0.51% | 0.8% | - |
| XYZ | 29.77 | 20.98 | 60.24 | - |
| YUV | 129.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 205 | 0.23 | 0.51 | 0 | 0.20 | 272.88 | 0.51 | 0.6 |
| Hex | 9E | 65 | CD | 17 | 33 | 0 | 14 | 111 | 33 | 3C |
| Octal | 236 | 145 | 315 | 27 | 63 | 0 | 24 | 421 | 63 | 74 |
| Binary | 10011110 | 1100101 | 11001101 | 10111 | 110011 | 0 | 10100 | 100010001 | 110011 | 111100 |
Color Harmonies of #9E65CD
Complementary color
Monochromatic Colors of #9E65CD
Black with #9E65CD
Text Example
Text Example
White with #9E65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65CD; }
p { color: rgb(158,101,205); }
H1.HeaderClassName
{
color: #9E65CD;
}
.AnyTagClassName
{
color: #9E65CD;
}
</style>
background-color css
<style>
a { background-color: #9E65CD; }
a { background-color: rgb(158,101,205); }
div.DivClassName
{
background-color: #9E65CD;
}
.BgClassName
{
background-color: #9E65CD;
}
</style>
border-color css
<style>
span { border-color: #9E65CD; }
span { border-color: rgb(158,101,205); }
td.TdClassName
{
border-color: #9E65CD;
}
.TagClassName
{
border-color: #9E65CD;
}
</style>