Shades of Amethyst #9D5FCD
Tints of Amethyst #9D5FCD
RGB
CMYK
RGB Variations
Color information
#9D5FCD (or 0x9D5FCD) is known color: Amethyst. HEX triplet: 9D, 5F and CD. RGB value is (157,95,205). Sum of RGB (Red+Green+Blue) = 157+95+205=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5FCD is #62A032. Grayscale: #7D7D7D. Windows color (decimal): -6463539 or 13459357. OLE color: 13459357.
HSL color Cylindrical-coordinate representation of color #9D5FCD: hue angle of 273.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D5FCD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 95 | 205 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.20 |
| HSL | 273.82º | 0.52% | 0.59% | - |
| HSV(B) | 273.82º | 0.54% | 0.8% | - |
| XYZ | 29.02 | 19.76 | 60.04 | - |
| YUV | 126.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 95 | 205 | 0.23 | 0.54 | 0 | 0.20 | 273.82 | 0.52 | 0.59 |
| Hex | 9D | 5F | CD | 17 | 36 | 0 | 14 | 112 | 34 | 3B |
| Octal | 235 | 137 | 315 | 27 | 66 | 0 | 24 | 422 | 64 | 73 |
| Binary | 10011101 | 1011111 | 11001101 | 10111 | 110110 | 0 | 10100 | 100010010 | 110100 | 111011 |
Color Harmonies of #9D5FCD
Complementary color
Monochromatic Colors of #9D5FCD
Black with #9D5FCD
Text Example
Text Example
White with #9D5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5FCD; }
p { color: rgb(157,95,205); }
H1.HeaderClassName
{
color: #9D5FCD;
}
.AnyTagClassName
{
color: #9D5FCD;
}
</style>
background-color css
<style>
a { background-color: #9D5FCD; }
a { background-color: rgb(157,95,205); }
div.DivClassName
{
background-color: #9D5FCD;
}
.BgClassName
{
background-color: #9D5FCD;
}
</style>
border-color css
<style>
span { border-color: #9D5FCD; }
span { border-color: rgb(157,95,205); }
td.TdClassName
{
border-color: #9D5FCD;
}
.TagClassName
{
border-color: #9D5FCD;
}
</style>