Shades of Amethyst #9C70CA
Tints of Amethyst #9C70CA
RGB
CMYK
RGB Variations
Color information
#9C70CA (or 0x9C70CA) is known color: Amethyst. HEX triplet: 9C, 70 and CA. RGB value is (156,112,202). Sum of RGB (Red+Green+Blue) = 156+112+202=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C70CA is #638F35. Grayscale: #878787. Windows color (decimal): -6524726 or 13267100. OLE color: 13267100.
HSL color Cylindrical-coordinate representation of color #9C70CA: hue angle of 269.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C70CA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 112 | 202 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.21 |
| HSL | 269.33º | 0.46% | 0.62% | - |
| HSV(B) | 269.33º | 0.45% | 0.79% | - |
| XYZ | 30.17 | 22.92 | 58.71 | - |
| YUV | 135.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 202 | 0.23 | 0.45 | 0 | 0.21 | 269.33 | 0.46 | 0.62 |
| Hex | 9C | 70 | CA | 17 | 2D | 0 | 15 | 10D | 2E | 3E |
| Octal | 234 | 160 | 312 | 27 | 55 | 0 | 25 | 415 | 56 | 76 |
| Binary | 10011100 | 1110000 | 11001010 | 10111 | 101101 | 0 | 10101 | 100001101 | 101110 | 111110 |
Color Harmonies of #9C70CA
Complementary color
Monochromatic Colors of #9C70CA
Black with #9C70CA
Text Example
Text Example
White with #9C70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C70CA; }
p { color: rgb(156,112,202); }
H1.HeaderClassName
{
color: #9C70CA;
}
.AnyTagClassName
{
color: #9C70CA;
}
</style>
background-color css
<style>
a { background-color: #9C70CA; }
a { background-color: rgb(156,112,202); }
div.DivClassName
{
background-color: #9C70CA;
}
.BgClassName
{
background-color: #9C70CA;
}
</style>
border-color css
<style>
span { border-color: #9C70CA; }
span { border-color: rgb(156,112,202); }
td.TdClassName
{
border-color: #9C70CA;
}
.TagClassName
{
border-color: #9C70CA;
}
</style>