Shades of Amethyst #9C5FDC
Tints of Amethyst #9C5FDC
RGB
CMYK
RGB Variations
Color information
#9C5FDC (or 0x9C5FDC) is known color: Amethyst. HEX triplet: 9C, 5F and DC. RGB value is (156,95,220). Sum of RGB (Red+Green+Blue) = 156+95+220=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C5FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5FDC is #63A023. Grayscale: #7F7F7F. Windows color (decimal): -6529060 or 14442396. OLE color: 14442396.
HSL color Cylindrical-coordinate representation of color #9C5FDC: hue angle of 269.28º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C5FDC is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 95 | 220 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.14 |
| HSL | 269.28º | 0.64% | 0.62% | - |
| HSV(B) | 269.28º | 0.57% | 0.86% | - |
| XYZ | 30.72 | 20.42 | 70.03 | - |
| YUV | 127.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 95 | 220 | 0.29 | 0.57 | 0 | 0.14 | 269.28 | 0.64 | 0.62 |
| Hex | 9C | 5F | DC | 1D | 39 | 0 | E | 10D | 40 | 3E |
| Octal | 234 | 137 | 334 | 35 | 71 | 0 | 16 | 415 | 100 | 76 |
| Binary | 10011100 | 1011111 | 11011100 | 11101 | 111001 | 0 | 1110 | 100001101 | 1000000 | 111110 |
Color Harmonies of #9C5FDC
Complementary color
Monochromatic Colors of #9C5FDC
Black with #9C5FDC
Text Example
Text Example
White with #9C5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5FDC; }
p { color: rgb(156,95,220); }
H1.HeaderClassName
{
color: #9C5FDC;
}
.AnyTagClassName
{
color: #9C5FDC;
}
</style>
background-color css
<style>
a { background-color: #9C5FDC; }
a { background-color: rgb(156,95,220); }
div.DivClassName
{
background-color: #9C5FDC;
}
.BgClassName
{
background-color: #9C5FDC;
}
</style>
border-color css
<style>
span { border-color: #9C5FDC; }
span { border-color: rgb(156,95,220); }
td.TdClassName
{
border-color: #9C5FDC;
}
.TagClassName
{
border-color: #9C5FDC;
}
</style>