Shades of Amethyst #9C61DA
Tints of Amethyst #9C61DA
RGB
CMYK
RGB Variations
Color information
#9C61DA (or 0x9C61DA) is known color: Amethyst. HEX triplet: 9C, 61 and DA. RGB value is (156,97,218). Sum of RGB (Red+Green+Blue) = 156+97+218=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C61DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C61DA is #639E25. Grayscale: #808080. Windows color (decimal): -6528550 or 14311836. OLE color: 14311836.
HSL color Cylindrical-coordinate representation of color #9C61DA: hue angle of 269.26º 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 #9C61DA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 97 | 218 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.15 |
| HSL | 269.26º | 0.62% | 0.62% | - |
| HSV(B) | 269.26º | 0.56% | 0.85% | - |
| XYZ | 30.64 | 20.68 | 68.71 | - |
| YUV | 128.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 218 | 0.28 | 0.56 | 0 | 0.15 | 269.26 | 0.62 | 0.62 |
| Hex | 9C | 61 | DA | 1C | 38 | 0 | F | 10D | 3E | 3E |
| Octal | 234 | 141 | 332 | 34 | 70 | 0 | 17 | 415 | 76 | 76 |
| Binary | 10011100 | 1100001 | 11011010 | 11100 | 111000 | 0 | 1111 | 100001101 | 111110 | 111110 |
Color Harmonies of #9C61DA
Complementary color
Monochromatic Colors of #9C61DA
Black with #9C61DA
Text Example
Text Example
White with #9C61DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C61DA; }
p { color: rgb(156,97,218); }
H1.HeaderClassName
{
color: #9C61DA;
}
.AnyTagClassName
{
color: #9C61DA;
}
</style>
background-color css
<style>
a { background-color: #9C61DA; }
a { background-color: rgb(156,97,218); }
div.DivClassName
{
background-color: #9C61DA;
}
.BgClassName
{
background-color: #9C61DA;
}
</style>
border-color css
<style>
span { border-color: #9C61DA; }
span { border-color: rgb(156,97,218); }
td.TdClassName
{
border-color: #9C61DA;
}
.TagClassName
{
border-color: #9C61DA;
}
</style>