Shades of Amethyst #9D5DCA
Tints of Amethyst #9D5DCA
RGB
CMYK
RGB Variations
Color information
#9D5DCA (or 0x9D5DCA) is known color: Amethyst. HEX triplet: 9D, 5D and CA. RGB value is (157,93,202). Sum of RGB (Red+Green+Blue) = 157+93+202=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D5DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5DCA is #62A235. Grayscale: #7C7C7C. Windows color (decimal): -6464054 or 13262237. OLE color: 13262237.
HSL color Cylindrical-coordinate representation of color #9D5DCA: hue angle of 275.23º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D5DCA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 93 | 202 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.21 |
| HSL | 275.23º | 0.51% | 0.58% | - |
| HSV(B) | 275.23º | 0.54% | 0.79% | - |
| XYZ | 28.48 | 19.26 | 58.09 | - |
| YUV | 124.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 202 | 0.22 | 0.54 | 0 | 0.21 | 275.23 | 0.51 | 0.58 |
| Hex | 9D | 5D | CA | 16 | 36 | 0 | 15 | 113 | 33 | 3A |
| Octal | 235 | 135 | 312 | 26 | 66 | 0 | 25 | 423 | 63 | 72 |
| Binary | 10011101 | 1011101 | 11001010 | 10110 | 110110 | 0 | 10101 | 100010011 | 110011 | 111010 |
Color Harmonies of #9D5DCA
Complementary color
Monochromatic Colors of #9D5DCA
Black with #9D5DCA
Text Example
Text Example
White with #9D5DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5DCA; }
p { color: rgb(157,93,202); }
H1.HeaderClassName
{
color: #9D5DCA;
}
.AnyTagClassName
{
color: #9D5DCA;
}
</style>
background-color css
<style>
a { background-color: #9D5DCA; }
a { background-color: rgb(157,93,202); }
div.DivClassName
{
background-color: #9D5DCA;
}
.BgClassName
{
background-color: #9D5DCA;
}
</style>
border-color css
<style>
span { border-color: #9D5DCA; }
span { border-color: rgb(157,93,202); }
td.TdClassName
{
border-color: #9D5DCA;
}
.TagClassName
{
border-color: #9D5DCA;
}
</style>