Shades of Amethyst #9C60CE
Tints of Amethyst #9C60CE
RGB
CMYK
RGB Variations
Color information
#9C60CE (or 0x9C60CE) is known color: Amethyst. HEX triplet: 9C, 60 and CE. RGB value is (156,96,206). Sum of RGB (Red+Green+Blue) = 156+96+206=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C60CE is #639F31. Grayscale: #7E7E7E. Windows color (decimal): -6528818 or 13525148. OLE color: 13525148.
HSL color Cylindrical-coordinate representation of color #9C60CE: hue angle of 272.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C60CE is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 96 | 206 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.19 |
| HSL | 272.73º | 0.53% | 0.59% | - |
| HSV(B) | 272.73º | 0.53% | 0.81% | - |
| XYZ | 29.03 | 19.89 | 60.7 | - |
| YUV | 126.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 206 | 0.24 | 0.53 | 0 | 0.19 | 272.73 | 0.53 | 0.59 |
| Hex | 9C | 60 | CE | 18 | 35 | 0 | 13 | 111 | 35 | 3B |
| Octal | 234 | 140 | 316 | 30 | 65 | 0 | 23 | 421 | 65 | 73 |
| Binary | 10011100 | 1100000 | 11001110 | 11000 | 110101 | 0 | 10011 | 100010001 | 110101 | 111011 |
Color Harmonies of #9C60CE
Complementary color
Monochromatic Colors of #9C60CE
Black with #9C60CE
Text Example
Text Example
White with #9C60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C60CE; }
p { color: rgb(156,96,206); }
H1.HeaderClassName
{
color: #9C60CE;
}
.AnyTagClassName
{
color: #9C60CE;
}
</style>
background-color css
<style>
a { background-color: #9C60CE; }
a { background-color: rgb(156,96,206); }
div.DivClassName
{
background-color: #9C60CE;
}
.BgClassName
{
background-color: #9C60CE;
}
</style>
border-color css
<style>
span { border-color: #9C60CE; }
span { border-color: rgb(156,96,206); }
td.TdClassName
{
border-color: #9C60CE;
}
.TagClassName
{
border-color: #9C60CE;
}
</style>