Shades of Amethyst #9E6CC0
Tints of Amethyst #9E6CC0
RGB
CMYK
RGB Variations
Color information
#9E6CC0 (or 0x9E6CC0) is known color: Amethyst. HEX triplet: 9E, 6C and C0. RGB value is (158,108,192). Sum of RGB (Red+Green+Blue) = 158+108+192=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E6CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CC0 is #61933F. Grayscale: #848484. Windows color (decimal): -6394688 or 12610718. OLE color: 12610718.
HSL color Cylindrical-coordinate representation of color #9E6CC0: hue angle of 275.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E6CC0 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 108 | 192 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.25 |
| HSL | 275.71º | 0.4% | 0.59% | - |
| HSV(B) | 275.71º | 0.44% | 0.75% | - |
| XYZ | 28.98 | 21.8 | 52.55 | - |
| YUV | 132.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 108 | 192 | 0.18 | 0.44 | 0 | 0.25 | 275.71 | 0.4 | 0.59 |
| Hex | 9E | 6C | C0 | 12 | 2C | 0 | 19 | 114 | 28 | 3B |
| Octal | 236 | 154 | 300 | 22 | 54 | 0 | 31 | 424 | 50 | 73 |
| Binary | 10011110 | 1101100 | 11000000 | 10010 | 101100 | 0 | 11001 | 100010100 | 101000 | 111011 |
Color Harmonies of #9E6CC0
Complementary color
Monochromatic Colors of #9E6CC0
Black with #9E6CC0
Text Example
Text Example
White with #9E6CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6CC0; }
p { color: rgb(158,108,192); }
H1.HeaderClassName
{
color: #9E6CC0;
}
.AnyTagClassName
{
color: #9E6CC0;
}
</style>
background-color css
<style>
a { background-color: #9E6CC0; }
a { background-color: rgb(158,108,192); }
div.DivClassName
{
background-color: #9E6CC0;
}
.BgClassName
{
background-color: #9E6CC0;
}
</style>
border-color css
<style>
span { border-color: #9E6CC0; }
span { border-color: rgb(158,108,192); }
td.TdClassName
{
border-color: #9E6CC0;
}
.TagClassName
{
border-color: #9E6CC0;
}
</style>