Shades of Amethyst #9C70D1
Tints of Amethyst #9C70D1
RGB
CMYK
RGB Variations
Color information
#9C70D1 (or 0x9C70D1) is known color: Amethyst. HEX triplet: 9C, 70 and D1. RGB value is (156,112,209). Sum of RGB (Red+Green+Blue) = 156+112+209=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C70D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C70D1 is #638F2E. Grayscale: #878787. Windows color (decimal): -6524719 or 13725852. OLE color: 13725852.
HSL color Cylindrical-coordinate representation of color #9C70D1: hue angle of 267.22º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C70D1 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 112 | 209 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.18 |
| HSL | 267.22º | 0.51% | 0.63% | - |
| HSV(B) | 267.22º | 0.46% | 0.82% | - |
| XYZ | 31.01 | 23.26 | 63.18 | - |
| YUV | 136.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 209 | 0.25 | 0.46 | 0 | 0.18 | 267.22 | 0.51 | 0.63 |
| Hex | 9C | 70 | D1 | 19 | 2E | 0 | 12 | 10B | 33 | 3F |
| Octal | 234 | 160 | 321 | 31 | 56 | 0 | 22 | 413 | 63 | 77 |
| Binary | 10011100 | 1110000 | 11010001 | 11001 | 101110 | 0 | 10010 | 100001011 | 110011 | 111111 |
Color Harmonies of #9C70D1
Complementary color
Monochromatic Colors of #9C70D1
Black with #9C70D1
Text Example
Text Example
White with #9C70D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C70D1; }
p { color: rgb(156,112,209); }
H1.HeaderClassName
{
color: #9C70D1;
}
.AnyTagClassName
{
color: #9C70D1;
}
</style>
background-color css
<style>
a { background-color: #9C70D1; }
a { background-color: rgb(156,112,209); }
div.DivClassName
{
background-color: #9C70D1;
}
.BgClassName
{
background-color: #9C70D1;
}
</style>
border-color css
<style>
span { border-color: #9C70D1; }
span { border-color: rgb(156,112,209); }
td.TdClassName
{
border-color: #9C70D1;
}
.TagClassName
{
border-color: #9C70D1;
}
</style>