Shades of Amethyst #9C60DA
Tints of Amethyst #9C60DA
RGB
CMYK
RGB Variations
Color information
#9C60DA (or 0x9C60DA) is known color: Amethyst. HEX triplet: 9C, 60 and DA. RGB value is (156,96,218). Sum of RGB (Red+Green+Blue) = 156+96+218=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C60DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C60DA is #639F25. Grayscale: #7F7F7F. Windows color (decimal): -6528806 or 14311580. OLE color: 14311580.
HSL color Cylindrical-coordinate representation of color #9C60DA: hue angle of 269.51º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C60DA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 96 | 218 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.15 |
| HSL | 269.51º | 0.62% | 0.62% | - |
| HSV(B) | 269.51º | 0.56% | 0.85% | - |
| XYZ | 30.55 | 20.5 | 68.68 | - |
| YUV | 127.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 218 | 0.28 | 0.56 | 0 | 0.15 | 269.51 | 0.62 | 0.62 |
| Hex | 9C | 60 | DA | 1C | 38 | 0 | F | 10E | 3E | 3E |
| Octal | 234 | 140 | 332 | 34 | 70 | 0 | 17 | 416 | 76 | 76 |
| Binary | 10011100 | 1100000 | 11011010 | 11100 | 111000 | 0 | 1111 | 100001110 | 111110 | 111110 |
Color Harmonies of #9C60DA
Complementary color
Monochromatic Colors of #9C60DA
Black with #9C60DA
Text Example
Text Example
White with #9C60DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C60DA; }
p { color: rgb(156,96,218); }
H1.HeaderClassName
{
color: #9C60DA;
}
.AnyTagClassName
{
color: #9C60DA;
}
</style>
background-color css
<style>
a { background-color: #9C60DA; }
a { background-color: rgb(156,96,218); }
div.DivClassName
{
background-color: #9C60DA;
}
.BgClassName
{
background-color: #9C60DA;
}
</style>
border-color css
<style>
span { border-color: #9C60DA; }
span { border-color: rgb(156,96,218); }
td.TdClassName
{
border-color: #9C60DA;
}
.TagClassName
{
border-color: #9C60DA;
}
</style>