Shades of Amethyst #9D52D3
Tints of Amethyst #9D52D3
RGB
CMYK
RGB Variations
Color information
#9D52D3 (or 0x9D52D3) is known color: Amethyst. HEX triplet: 9D, 52 and D3. RGB value is (157,82,211). Sum of RGB (Red+Green+Blue) = 157+82+211=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #9D52D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D52D3 is #62AD2C. Grayscale: #767676. Windows color (decimal): -6466861 or 13849245. OLE color: 13849245.
HSL color Cylindrical-coordinate representation of color #9D52D3: hue angle of 274.88º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D52D3 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 82 | 211 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.17 |
| HSL | 274.88º | 0.59% | 0.57% | - |
| HSV(B) | 274.88º | 0.61% | 0.83% | - |
| XYZ | 28.68 | 17.91 | 63.57 | - |
| YUV | 119.13 | 179.85 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 211 | 0.26 | 0.61 | 0 | 0.17 | 274.88 | 0.59 | 0.57 |
| Hex | 9D | 52 | D3 | 1A | 3D | 0 | 11 | 113 | 3B | 39 |
| Octal | 235 | 122 | 323 | 32 | 75 | 0 | 21 | 423 | 73 | 71 |
| Binary | 10011101 | 1010010 | 11010011 | 11010 | 111101 | 0 | 10001 | 100010011 | 111011 | 111001 |
Color Harmonies of #9D52D3
Complementary color
Monochromatic Colors of #9D52D3
Black with #9D52D3
Text Example
Text Example
White with #9D52D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D52D3; }
p { color: rgb(157,82,211); }
H1.HeaderClassName
{
color: #9D52D3;
}
.AnyTagClassName
{
color: #9D52D3;
}
</style>
background-color css
<style>
a { background-color: #9D52D3; }
a { background-color: rgb(157,82,211); }
div.DivClassName
{
background-color: #9D52D3;
}
.BgClassName
{
background-color: #9D52D3;
}
</style>
border-color css
<style>
span { border-color: #9D52D3; }
span { border-color: rgb(157,82,211); }
td.TdClassName
{
border-color: #9D52D3;
}
.TagClassName
{
border-color: #9D52D3;
}
</style>