Shades of Amethyst #9D5CCD
Tints of Amethyst #9D5CCD
RGB
CMYK
RGB Variations
Color information
#9D5CCD (or 0x9D5CCD) is known color: Amethyst. HEX triplet: 9D, 5C and CD. RGB value is (157,92,205). Sum of RGB (Red+Green+Blue) = 157+92+205=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5CCD is #62A332. Grayscale: #7B7B7B. Windows color (decimal): -6464307 or 13458589. OLE color: 13458589.
HSL color Cylindrical-coordinate representation of color #9D5CCD: hue angle of 274.51º 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 #9D5CCD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 92 | 205 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.20 |
| HSL | 274.51º | 0.53% | 0.58% | - |
| HSV(B) | 274.51º | 0.55% | 0.8% | - |
| XYZ | 28.75 | 19.23 | 59.95 | - |
| YUV | 124.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 92 | 205 | 0.23 | 0.55 | 0 | 0.20 | 274.51 | 0.53 | 0.58 |
| Hex | 9D | 5C | CD | 17 | 37 | 0 | 14 | 113 | 35 | 3A |
| Octal | 235 | 134 | 315 | 27 | 67 | 0 | 24 | 423 | 65 | 72 |
| Binary | 10011101 | 1011100 | 11001101 | 10111 | 110111 | 0 | 10100 | 100010011 | 110101 | 111010 |
Color Harmonies of #9D5CCD
Complementary color
Monochromatic Colors of #9D5CCD
Black with #9D5CCD
Text Example
Text Example
White with #9D5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5CCD; }
p { color: rgb(157,92,205); }
H1.HeaderClassName
{
color: #9D5CCD;
}
.AnyTagClassName
{
color: #9D5CCD;
}
</style>
background-color css
<style>
a { background-color: #9D5CCD; }
a { background-color: rgb(157,92,205); }
div.DivClassName
{
background-color: #9D5CCD;
}
.BgClassName
{
background-color: #9D5CCD;
}
</style>
border-color css
<style>
span { border-color: #9D5CCD; }
span { border-color: rgb(157,92,205); }
td.TdClassName
{
border-color: #9D5CCD;
}
.TagClassName
{
border-color: #9D5CCD;
}
</style>