Shades of Amethyst #9E73CD
Tints of Amethyst #9E73CD
RGB
CMYK
RGB Variations
Color information
#9E73CD (or 0x9E73CD) is known color: Amethyst. HEX triplet: 9E, 73 and CD. RGB value is (158,115,205). Sum of RGB (Red+Green+Blue) = 158+115+205=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E73CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E73CD is #618C32. Grayscale: #898989. Windows color (decimal): -6392883 or 13464478. OLE color: 13464478.
HSL color Cylindrical-coordinate representation of color #9E73CD: hue angle of 268.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E73CD is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 115 | 205 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.20 |
| HSL | 268.67º | 0.47% | 0.63% | - |
| HSV(B) | 268.67º | 0.44% | 0.8% | - |
| XYZ | 31.25 | 23.94 | 60.73 | - |
| YUV | 138.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 205 | 0.23 | 0.44 | 0 | 0.20 | 268.67 | 0.47 | 0.63 |
| Hex | 9E | 73 | CD | 17 | 2C | 0 | 14 | 10D | 2F | 3F |
| Octal | 236 | 163 | 315 | 27 | 54 | 0 | 24 | 415 | 57 | 77 |
| Binary | 10011110 | 1110011 | 11001101 | 10111 | 101100 | 0 | 10100 | 100001101 | 101111 | 111111 |
Color Harmonies of #9E73CD
Complementary color
Monochromatic Colors of #9E73CD
Black with #9E73CD
Text Example
Text Example
White with #9E73CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E73CD; }
p { color: rgb(158,115,205); }
H1.HeaderClassName
{
color: #9E73CD;
}
.AnyTagClassName
{
color: #9E73CD;
}
</style>
background-color css
<style>
a { background-color: #9E73CD; }
a { background-color: rgb(158,115,205); }
div.DivClassName
{
background-color: #9E73CD;
}
.BgClassName
{
background-color: #9E73CD;
}
</style>
border-color css
<style>
span { border-color: #9E73CD; }
span { border-color: rgb(158,115,205); }
td.TdClassName
{
border-color: #9E73CD;
}
.TagClassName
{
border-color: #9E73CD;
}
</style>