Shades of Amethyst #9E5CCD
Tints of Amethyst #9E5CCD
RGB
CMYK
RGB Variations
Color information
#9E5CCD (or 0x9E5CCD) is known color: Amethyst. HEX triplet: 9E, 5C and CD. RGB value is (158,92,205). Sum of RGB (Red+Green+Blue) = 158+92+205=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CCD is #61A332. Grayscale: #7C7C7C. Windows color (decimal): -6398771 or 13458590. OLE color: 13458590.
HSL color Cylindrical-coordinate representation of color #9E5CCD: hue angle of 275.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5CCD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 92 | 205 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.20 |
| HSL | 275.04º | 0.53% | 0.58% | - |
| HSV(B) | 275.04º | 0.55% | 0.8% | - |
| XYZ | 28.95 | 19.33 | 59.96 | - |
| YUV | 124.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 205 | 0.23 | 0.55 | 0 | 0.20 | 275.04 | 0.53 | 0.58 |
| Hex | 9E | 5C | CD | 17 | 37 | 0 | 14 | 113 | 35 | 3A |
| Octal | 236 | 134 | 315 | 27 | 67 | 0 | 24 | 423 | 65 | 72 |
| Binary | 10011110 | 1011100 | 11001101 | 10111 | 110111 | 0 | 10100 | 100010011 | 110101 | 111010 |
Color Harmonies of #9E5CCD
Complementary color
Monochromatic Colors of #9E5CCD
Black with #9E5CCD
Text Example
Text Example
White with #9E5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5CCD; }
p { color: rgb(158,92,205); }
H1.HeaderClassName
{
color: #9E5CCD;
}
.AnyTagClassName
{
color: #9E5CCD;
}
</style>
background-color css
<style>
a { background-color: #9E5CCD; }
a { background-color: rgb(158,92,205); }
div.DivClassName
{
background-color: #9E5CCD;
}
.BgClassName
{
background-color: #9E5CCD;
}
</style>
border-color css
<style>
span { border-color: #9E5CCD; }
span { border-color: rgb(158,92,205); }
td.TdClassName
{
border-color: #9E5CCD;
}
.TagClassName
{
border-color: #9E5CCD;
}
</style>