Shades of Amethyst #9C60CD
Tints of Amethyst #9C60CD
RGB
CMYK
RGB Variations
Color information
#9C60CD (or 0x9C60CD) is known color: Amethyst. HEX triplet: 9C, 60 and CD. RGB value is (156,96,205). Sum of RGB (Red+Green+Blue) = 156+96+205=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C60CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C60CD is #639F32. Grayscale: #7D7D7D. Windows color (decimal): -6528819 or 13459612. OLE color: 13459612.
HSL color Cylindrical-coordinate representation of color #9C60CD: hue angle of 273.03º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C60CD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 96 | 205 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.20 |
| HSL | 273.03º | 0.52% | 0.59% | - |
| HSV(B) | 273.03º | 0.53% | 0.8% | - |
| XYZ | 28.91 | 19.84 | 60.06 | - |
| YUV | 126.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 205 | 0.24 | 0.53 | 0 | 0.20 | 273.03 | 0.52 | 0.59 |
| Hex | 9C | 60 | CD | 18 | 35 | 0 | 14 | 111 | 34 | 3B |
| Octal | 234 | 140 | 315 | 30 | 65 | 0 | 24 | 421 | 64 | 73 |
| Binary | 10011100 | 1100000 | 11001101 | 11000 | 110101 | 0 | 10100 | 100010001 | 110100 | 111011 |
Color Harmonies of #9C60CD
Complementary color
Monochromatic Colors of #9C60CD
Black with #9C60CD
Text Example
Text Example
White with #9C60CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C60CD; }
p { color: rgb(156,96,205); }
H1.HeaderClassName
{
color: #9C60CD;
}
.AnyTagClassName
{
color: #9C60CD;
}
</style>
background-color css
<style>
a { background-color: #9C60CD; }
a { background-color: rgb(156,96,205); }
div.DivClassName
{
background-color: #9C60CD;
}
.BgClassName
{
background-color: #9C60CD;
}
</style>
border-color css
<style>
span { border-color: #9C60CD; }
span { border-color: rgb(156,96,205); }
td.TdClassName
{
border-color: #9C60CD;
}
.TagClassName
{
border-color: #9C60CD;
}
</style>