Shades of Amethyst #9D58DD
Tints of Amethyst #9D58DD
RGB
CMYK
RGB Variations
Color information
#9D58DD (or 0x9D58DD) is known color: Amethyst. HEX triplet: 9D, 58 and DD. RGB value is (157,88,221). Sum of RGB (Red+Green+Blue) = 157+88+221=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D58DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D58DD is #62A722. Grayscale: #7B7B7B. Windows color (decimal): -6465315 or 14506141. OLE color: 14506141.
HSL color Cylindrical-coordinate representation of color #9D58DD: hue angle of 271.13º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D58DD is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 88 | 221 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.13 |
| HSL | 271.13º | 0.66% | 0.61% | - |
| HSV(B) | 271.13º | 0.6% | 0.87% | - |
| XYZ | 30.45 | 19.37 | 70.54 | - |
| YUV | 123.79 | 182.86 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 221 | 0.29 | 0.60 | 0 | 0.13 | 271.13 | 0.66 | 0.61 |
| Hex | 9D | 58 | DD | 1D | 3C | 0 | D | 10F | 42 | 3D |
| Octal | 235 | 130 | 335 | 35 | 74 | 0 | 15 | 417 | 102 | 75 |
| Binary | 10011101 | 1011000 | 11011101 | 11101 | 111100 | 0 | 1101 | 100001111 | 1000010 | 111101 |
Color Harmonies of #9D58DD
Complementary color
Monochromatic Colors of #9D58DD
Black with #9D58DD
Text Example
Text Example
White with #9D58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D58DD; }
p { color: rgb(157,88,221); }
H1.HeaderClassName
{
color: #9D58DD;
}
.AnyTagClassName
{
color: #9D58DD;
}
</style>
background-color css
<style>
a { background-color: #9D58DD; }
a { background-color: rgb(157,88,221); }
div.DivClassName
{
background-color: #9D58DD;
}
.BgClassName
{
background-color: #9D58DD;
}
</style>
border-color css
<style>
span { border-color: #9D58DD; }
span { border-color: rgb(157,88,221); }
td.TdClassName
{
border-color: #9D58DD;
}
.TagClassName
{
border-color: #9D58DD;
}
</style>