Shades of Amethyst #9D54DF
Tints of Amethyst #9D54DF
RGB
CMYK
RGB Variations
Color information
#9D54DF (or 0x9D54DF) is known color: Amethyst. HEX triplet: 9D, 54 and DF. RGB value is (157,84,223). Sum of RGB (Red+Green+Blue) = 157+84+223=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D54DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D54DF is #62AB20. Grayscale: #797979. Windows color (decimal): -6466337 or 14636189. OLE color: 14636189.
HSL color Cylindrical-coordinate representation of color #9D54DF: hue angle of 271.51º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D54DF is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 84 | 223 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.13 |
| HSL | 271.51º | 0.68% | 0.6% | - |
| HSV(B) | 271.51º | 0.62% | 0.87% | - |
| XYZ | 30.39 | 18.84 | 71.85 | - |
| YUV | 121.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 84 | 223 | 0.30 | 0.62 | 0 | 0.13 | 271.51 | 0.68 | 0.6 |
| Hex | 9D | 54 | DF | 1E | 3E | 0 | D | 110 | 44 | 3C |
| Octal | 235 | 124 | 337 | 36 | 76 | 0 | 15 | 420 | 104 | 74 |
| Binary | 10011101 | 1010100 | 11011111 | 11110 | 111110 | 0 | 1101 | 100010000 | 1000100 | 111100 |
Color Harmonies of #9D54DF
Complementary color
Monochromatic Colors of #9D54DF
Black with #9D54DF
Text Example
Text Example
White with #9D54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D54DF; }
p { color: rgb(157,84,223); }
H1.HeaderClassName
{
color: #9D54DF;
}
.AnyTagClassName
{
color: #9D54DF;
}
</style>
background-color css
<style>
a { background-color: #9D54DF; }
a { background-color: rgb(157,84,223); }
div.DivClassName
{
background-color: #9D54DF;
}
.BgClassName
{
background-color: #9D54DF;
}
</style>
border-color css
<style>
span { border-color: #9D54DF; }
span { border-color: rgb(157,84,223); }
td.TdClassName
{
border-color: #9D54DF;
}
.TagClassName
{
border-color: #9D54DF;
}
</style>