Shades of Amethyst #9D5DCE
Tints of Amethyst #9D5DCE
RGB
CMYK
RGB Variations
Color information
#9D5DCE (or 0x9D5DCE) is known color: Amethyst. HEX triplet: 9D, 5D and CE. RGB value is (157,93,206). Sum of RGB (Red+Green+Blue) = 157+93+206=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D5DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5DCE is #62A231. Grayscale: #7C7C7C. Windows color (decimal): -6464050 or 13524381. OLE color: 13524381.
HSL color Cylindrical-coordinate representation of color #9D5DCE: hue angle of 273.98º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D5DCE is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 93 | 206 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.19 |
| HSL | 273.98º | 0.54% | 0.59% | - |
| HSV(B) | 273.98º | 0.55% | 0.81% | - |
| XYZ | 28.96 | 19.45 | 60.62 | - |
| YUV | 125.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 206 | 0.24 | 0.55 | 0 | 0.19 | 273.98 | 0.54 | 0.59 |
| Hex | 9D | 5D | CE | 18 | 37 | 0 | 13 | 112 | 36 | 3B |
| Octal | 235 | 135 | 316 | 30 | 67 | 0 | 23 | 422 | 66 | 73 |
| Binary | 10011101 | 1011101 | 11001110 | 11000 | 110111 | 0 | 10011 | 100010010 | 110110 | 111011 |
Color Harmonies of #9D5DCE
Complementary color
Monochromatic Colors of #9D5DCE
Black with #9D5DCE
Text Example
Text Example
White with #9D5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5DCE; }
p { color: rgb(157,93,206); }
H1.HeaderClassName
{
color: #9D5DCE;
}
.AnyTagClassName
{
color: #9D5DCE;
}
</style>
background-color css
<style>
a { background-color: #9D5DCE; }
a { background-color: rgb(157,93,206); }
div.DivClassName
{
background-color: #9D5DCE;
}
.BgClassName
{
background-color: #9D5DCE;
}
</style>
border-color css
<style>
span { border-color: #9D5DCE; }
span { border-color: rgb(157,93,206); }
td.TdClassName
{
border-color: #9D5DCE;
}
.TagClassName
{
border-color: #9D5DCE;
}
</style>