Shades of Amethyst #9D70CC
Tints of Amethyst #9D70CC
RGB
CMYK
RGB Variations
Color information
#9D70CC (or 0x9D70CC) is known color: Amethyst. HEX triplet: 9D, 70 and CC. RGB value is (157,112,204). Sum of RGB (Red+Green+Blue) = 157+112+204=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D70CC is #628F33. Grayscale: #878787. Windows color (decimal): -6459188 or 13398173. OLE color: 13398173.
HSL color Cylindrical-coordinate representation of color #9D70CC: hue angle of 269.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D70CC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 112 | 204 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.2 |
| HSL | 269.35º | 0.47% | 0.62% | - |
| HSV(B) | 269.35º | 0.45% | 0.8% | - |
| XYZ | 30.6 | 23.12 | 59.98 | - |
| YUV | 135.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 204 | 0.23 | 0.45 | 0 | 0.2 | 269.35 | 0.47 | 0.62 |
| Hex | 9D | 70 | CC | 17 | 2D | 0 | 14 | 10D | 2F | 3E |
| Octal | 235 | 160 | 314 | 27 | 55 | 0 | 24 | 415 | 57 | 76 |
| Binary | 10011101 | 1110000 | 11001100 | 10111 | 101101 | 0 | 10100 | 100001101 | 101111 | 111110 |
Color Harmonies of #9D70CC
Complementary color
Monochromatic Colors of #9D70CC
Black with #9D70CC
Text Example
Text Example
White with #9D70CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D70CC; }
p { color: rgb(157,112,204); }
H1.HeaderClassName
{
color: #9D70CC;
}
.AnyTagClassName
{
color: #9D70CC;
}
</style>
background-color css
<style>
a { background-color: #9D70CC; }
a { background-color: rgb(157,112,204); }
div.DivClassName
{
background-color: #9D70CC;
}
.BgClassName
{
background-color: #9D70CC;
}
</style>
border-color css
<style>
span { border-color: #9D70CC; }
span { border-color: rgb(157,112,204); }
td.TdClassName
{
border-color: #9D70CC;
}
.TagClassName
{
border-color: #9D70CC;
}
</style>