Shades of Amethyst #9D5DCF
Tints of Amethyst #9D5DCF
RGB
CMYK
RGB Variations
Color information
#9D5DCF (or 0x9D5DCF) is known color: Amethyst. HEX triplet: 9D, 5D and CF. RGB value is (157,93,207). Sum of RGB (Red+Green+Blue) = 157+93+207=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D5DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5DCF is #62A230. Grayscale: #7C7C7C. Windows color (decimal): -6464049 or 13589917. OLE color: 13589917.
HSL color Cylindrical-coordinate representation of color #9D5DCF: hue angle of 273.68º 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 #9D5DCF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 93 | 207 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.19 |
| HSL | 273.68º | 0.54% | 0.59% | - |
| HSV(B) | 273.68º | 0.55% | 0.81% | - |
| XYZ | 29.08 | 19.5 | 61.26 | - |
| YUV | 125.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 207 | 0.24 | 0.55 | 0 | 0.19 | 273.68 | 0.54 | 0.59 |
| Hex | 9D | 5D | CF | 18 | 37 | 0 | 13 | 112 | 36 | 3B |
| Octal | 235 | 135 | 317 | 30 | 67 | 0 | 23 | 422 | 66 | 73 |
| Binary | 10011101 | 1011101 | 11001111 | 11000 | 110111 | 0 | 10011 | 100010010 | 110110 | 111011 |
Color Harmonies of #9D5DCF
Complementary color
Monochromatic Colors of #9D5DCF
Black with #9D5DCF
Text Example
Text Example
White with #9D5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5DCF; }
p { color: rgb(157,93,207); }
H1.HeaderClassName
{
color: #9D5DCF;
}
.AnyTagClassName
{
color: #9D5DCF;
}
</style>
background-color css
<style>
a { background-color: #9D5DCF; }
a { background-color: rgb(157,93,207); }
div.DivClassName
{
background-color: #9D5DCF;
}
.BgClassName
{
background-color: #9D5DCF;
}
</style>
border-color css
<style>
span { border-color: #9D5DCF; }
span { border-color: rgb(157,93,207); }
td.TdClassName
{
border-color: #9D5DCF;
}
.TagClassName
{
border-color: #9D5DCF;
}
</style>