Shades of Amethyst #9E70CE
Tints of Amethyst #9E70CE
RGB
CMYK
RGB Variations
Color information
#9E70CE (or 0x9E70CE) is known color: Amethyst. HEX triplet: 9E, 70 and CE. RGB value is (158,112,206). Sum of RGB (Red+Green+Blue) = 158+112+206=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E70CE is #618F31. Grayscale: #888888. Windows color (decimal): -6393650 or 13529246. OLE color: 13529246.
HSL color Cylindrical-coordinate representation of color #9E70CE: hue angle of 269.36º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E70CE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 112 | 206 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.19 |
| HSL | 269.36º | 0.49% | 0.62% | - |
| HSV(B) | 269.36º | 0.46% | 0.81% | - |
| XYZ | 31.04 | 23.31 | 61.26 | - |
| YUV | 136.47 | 167.24 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 206 | 0.23 | 0.46 | 0 | 0.19 | 269.36 | 0.49 | 0.62 |
| Hex | 9E | 70 | CE | 17 | 2E | 0 | 13 | 10D | 31 | 3E |
| Octal | 236 | 160 | 316 | 27 | 56 | 0 | 23 | 415 | 61 | 76 |
| Binary | 10011110 | 1110000 | 11001110 | 10111 | 101110 | 0 | 10011 | 100001101 | 110001 | 111110 |
Color Harmonies of #9E70CE
Complementary color
Monochromatic Colors of #9E70CE
Black with #9E70CE
Text Example
Text Example
White with #9E70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E70CE; }
p { color: rgb(158,112,206); }
H1.HeaderClassName
{
color: #9E70CE;
}
.AnyTagClassName
{
color: #9E70CE;
}
</style>
background-color css
<style>
a { background-color: #9E70CE; }
a { background-color: rgb(158,112,206); }
div.DivClassName
{
background-color: #9E70CE;
}
.BgClassName
{
background-color: #9E70CE;
}
</style>
border-color css
<style>
span { border-color: #9E70CE; }
span { border-color: rgb(158,112,206); }
td.TdClassName
{
border-color: #9E70CE;
}
.TagClassName
{
border-color: #9E70CE;
}
</style>