Shades of Amethyst #9C5FCC
Tints of Amethyst #9C5FCC
RGB
CMYK
RGB Variations
Color information
#9C5FCC (or 0x9C5FCC) is known color: Amethyst. HEX triplet: 9C, 5F and CC. RGB value is (156,95,204). Sum of RGB (Red+Green+Blue) = 156+95+204=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5FCC is #63A033. Grayscale: #7D7D7D. Windows color (decimal): -6529076 or 13393820. OLE color: 13393820.
HSL color Cylindrical-coordinate representation of color #9C5FCC: hue angle of 273.58º 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 #9C5FCC is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 95 | 204 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.2 |
| HSL | 273.58º | 0.52% | 0.59% | - |
| HSV(B) | 273.58º | 0.53% | 0.8% | - |
| XYZ | 28.7 | 19.61 | 59.4 | - |
| YUV | 125.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 95 | 204 | 0.24 | 0.53 | 0 | 0.2 | 273.58 | 0.52 | 0.59 |
| Hex | 9C | 5F | CC | 18 | 35 | 0 | 14 | 112 | 34 | 3B |
| Octal | 234 | 137 | 314 | 30 | 65 | 0 | 24 | 422 | 64 | 73 |
| Binary | 10011100 | 1011111 | 11001100 | 11000 | 110101 | 0 | 10100 | 100010010 | 110100 | 111011 |
Color Harmonies of #9C5FCC
Complementary color
Monochromatic Colors of #9C5FCC
Black with #9C5FCC
Text Example
Text Example
White with #9C5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5FCC; }
p { color: rgb(156,95,204); }
H1.HeaderClassName
{
color: #9C5FCC;
}
.AnyTagClassName
{
color: #9C5FCC;
}
</style>
background-color css
<style>
a { background-color: #9C5FCC; }
a { background-color: rgb(156,95,204); }
div.DivClassName
{
background-color: #9C5FCC;
}
.BgClassName
{
background-color: #9C5FCC;
}
</style>
border-color css
<style>
span { border-color: #9C5FCC; }
span { border-color: rgb(156,95,204); }
td.TdClassName
{
border-color: #9C5FCC;
}
.TagClassName
{
border-color: #9C5FCC;
}
</style>