Shades of Amethyst #9C6ED0
Tints of Amethyst #9C6ED0
RGB
CMYK
RGB Variations
Color information
#9C6ED0 (or 0x9C6ED0) is known color: Amethyst. HEX triplet: 9C, 6E and D0. RGB value is (156,110,208). Sum of RGB (Red+Green+Blue) = 156+110+208=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6ED0 is #63912F. Grayscale: #868686. Windows color (decimal): -6525232 or 13659804. OLE color: 13659804.
HSL color Cylindrical-coordinate representation of color #9C6ED0: hue angle of 268.16º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C6ED0 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 110 | 208 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.18 |
| HSL | 268.16º | 0.51% | 0.62% | - |
| HSV(B) | 268.16º | 0.47% | 0.82% | - |
| XYZ | 30.67 | 22.77 | 62.45 | - |
| YUV | 134.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 110 | 208 | 0.25 | 0.47 | 0 | 0.18 | 268.16 | 0.51 | 0.62 |
| Hex | 9C | 6E | D0 | 19 | 2F | 0 | 12 | 10C | 33 | 3E |
| Octal | 234 | 156 | 320 | 31 | 57 | 0 | 22 | 414 | 63 | 76 |
| Binary | 10011100 | 1101110 | 11010000 | 11001 | 101111 | 0 | 10010 | 100001100 | 110011 | 111110 |
Color Harmonies of #9C6ED0
Complementary color
Monochromatic Colors of #9C6ED0
Black with #9C6ED0
Text Example
Text Example
White with #9C6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6ED0; }
p { color: rgb(156,110,208); }
H1.HeaderClassName
{
color: #9C6ED0;
}
.AnyTagClassName
{
color: #9C6ED0;
}
</style>
background-color css
<style>
a { background-color: #9C6ED0; }
a { background-color: rgb(156,110,208); }
div.DivClassName
{
background-color: #9C6ED0;
}
.BgClassName
{
background-color: #9C6ED0;
}
</style>
border-color css
<style>
span { border-color: #9C6ED0; }
span { border-color: rgb(156,110,208); }
td.TdClassName
{
border-color: #9C6ED0;
}
.TagClassName
{
border-color: #9C6ED0;
}
</style>