Shades of Amethyst #9C6DD0
Tints of Amethyst #9C6DD0
RGB
CMYK
RGB Variations
Color information
#9C6DD0 (or 0x9C6DD0) is known color: Amethyst. HEX triplet: 9C, 6D and D0. RGB value is (156,109,208). Sum of RGB (Red+Green+Blue) = 156+109+208=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C6DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DD0 is #63922F. Grayscale: #858585. Windows color (decimal): -6525488 or 13659548. OLE color: 13659548.
HSL color Cylindrical-coordinate representation of color #9C6DD0: hue angle of 268.48º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C6DD0 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 109 | 208 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.18 |
| HSL | 268.48º | 0.51% | 0.62% | - |
| HSV(B) | 268.48º | 0.48% | 0.82% | - |
| XYZ | 30.56 | 22.56 | 62.42 | - |
| YUV | 134.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 109 | 208 | 0.25 | 0.48 | 0 | 0.18 | 268.48 | 0.51 | 0.62 |
| Hex | 9C | 6D | D0 | 19 | 30 | 0 | 12 | 10C | 33 | 3E |
| Octal | 234 | 155 | 320 | 31 | 60 | 0 | 22 | 414 | 63 | 76 |
| Binary | 10011100 | 1101101 | 11010000 | 11001 | 110000 | 0 | 10010 | 100001100 | 110011 | 111110 |
Color Harmonies of #9C6DD0
Complementary color
Monochromatic Colors of #9C6DD0
Black with #9C6DD0
Text Example
Text Example
White with #9C6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6DD0; }
p { color: rgb(156,109,208); }
H1.HeaderClassName
{
color: #9C6DD0;
}
.AnyTagClassName
{
color: #9C6DD0;
}
</style>
background-color css
<style>
a { background-color: #9C6DD0; }
a { background-color: rgb(156,109,208); }
div.DivClassName
{
background-color: #9C6DD0;
}
.BgClassName
{
background-color: #9C6DD0;
}
</style>
border-color css
<style>
span { border-color: #9C6DD0; }
span { border-color: rgb(156,109,208); }
td.TdClassName
{
border-color: #9C6DD0;
}
.TagClassName
{
border-color: #9C6DD0;
}
</style>