Shades of Amethyst #9C59DC
Tints of Amethyst #9C59DC
RGB
CMYK
RGB Variations
Color information
#9C59DC (or 0x9C59DC) is known color: Amethyst. HEX triplet: 9C, 59 and DC. RGB value is (156,89,220). Sum of RGB (Red+Green+Blue) = 156+89+220=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C59DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C59DC is #63A623. Grayscale: #7B7B7B. Windows color (decimal): -6530596 or 14440860. OLE color: 14440860.
HSL color Cylindrical-coordinate representation of color #9C59DC: hue angle of 270.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C59DC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 89 | 220 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.14 |
| HSL | 270.69º | 0.65% | 0.61% | - |
| HSV(B) | 270.69º | 0.6% | 0.86% | - |
| XYZ | 30.2 | 19.38 | 69.86 | - |
| YUV | 123.97 | 182.2 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 220 | 0.29 | 0.60 | 0 | 0.14 | 270.69 | 0.65 | 0.61 |
| Hex | 9C | 59 | DC | 1D | 3C | 0 | E | 10F | 41 | 3D |
| Octal | 234 | 131 | 334 | 35 | 74 | 0 | 16 | 417 | 101 | 75 |
| Binary | 10011100 | 1011001 | 11011100 | 11101 | 111100 | 0 | 1110 | 100001111 | 1000001 | 111101 |
Color Harmonies of #9C59DC
Complementary color
Monochromatic Colors of #9C59DC
Black with #9C59DC
Text Example
Text Example
White with #9C59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C59DC; }
p { color: rgb(156,89,220); }
H1.HeaderClassName
{
color: #9C59DC;
}
.AnyTagClassName
{
color: #9C59DC;
}
</style>
background-color css
<style>
a { background-color: #9C59DC; }
a { background-color: rgb(156,89,220); }
div.DivClassName
{
background-color: #9C59DC;
}
.BgClassName
{
background-color: #9C59DC;
}
</style>
border-color css
<style>
span { border-color: #9C59DC; }
span { border-color: rgb(156,89,220); }
td.TdClassName
{
border-color: #9C59DC;
}
.TagClassName
{
border-color: #9C59DC;
}
</style>