Shades of Amethyst #9C6ACE
Tints of Amethyst #9C6ACE
RGB
CMYK
RGB Variations
Color information
#9C6ACE (or 0x9C6ACE) is known color: Amethyst. HEX triplet: 9C, 6A and CE. RGB value is (156,106,206). Sum of RGB (Red+Green+Blue) = 156+106+206=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6ACE is #639531. Grayscale: #848484. Windows color (decimal): -6526258 or 13527708. OLE color: 13527708.
HSL color Cylindrical-coordinate representation of color #9C6ACE: hue angle of 270º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C6ACE is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 106 | 206 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.19 |
| HSL | 270º | 0.51% | 0.61% | - |
| HSV(B) | 270º | 0.49% | 0.81% | - |
| XYZ | 30 | 21.83 | 61.03 | - |
| YUV | 132.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 206 | 0.24 | 0.49 | 0 | 0.19 | 270 | 0.51 | 0.61 |
| Hex | 9C | 6A | CE | 18 | 31 | 0 | 13 | 10E | 33 | 3D |
| Octal | 234 | 152 | 316 | 30 | 61 | 0 | 23 | 416 | 63 | 75 |
| Binary | 10011100 | 1101010 | 11001110 | 11000 | 110001 | 0 | 10011 | 100001110 | 110011 | 111101 |
Color Harmonies of #9C6ACE
Complementary color
Monochromatic Colors of #9C6ACE
Black with #9C6ACE
Text Example
Text Example
White with #9C6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6ACE; }
p { color: rgb(156,106,206); }
H1.HeaderClassName
{
color: #9C6ACE;
}
.AnyTagClassName
{
color: #9C6ACE;
}
</style>
background-color css
<style>
a { background-color: #9C6ACE; }
a { background-color: rgb(156,106,206); }
div.DivClassName
{
background-color: #9C6ACE;
}
.BgClassName
{
background-color: #9C6ACE;
}
</style>
border-color css
<style>
span { border-color: #9C6ACE; }
span { border-color: rgb(156,106,206); }
td.TdClassName
{
border-color: #9C6ACE;
}
.TagClassName
{
border-color: #9C6ACE;
}
</style>