Shades of Amethyst #9C55DF
Tints of Amethyst #9C55DF
RGB
CMYK
RGB Variations
Color information
#9C55DF (or 0x9C55DF) is known color: Amethyst. HEX triplet: 9C, 55 and DF. RGB value is (156,85,223). Sum of RGB (Red+Green+Blue) = 156+85+223=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C55DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55DF is #63AA20. Grayscale: #797979. Windows color (decimal): -6531617 or 14636444. OLE color: 14636444.
HSL color Cylindrical-coordinate representation of color #9C55DF: hue angle of 270.87º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C55DF is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 85 | 223 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.13 |
| HSL | 270.87º | 0.68% | 0.6% | - |
| HSV(B) | 270.87º | 0.62% | 0.87% | - |
| XYZ | 30.28 | 18.89 | 71.86 | - |
| YUV | 121.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 223 | 0.30 | 0.62 | 0 | 0.13 | 270.87 | 0.68 | 0.6 |
| Hex | 9C | 55 | DF | 1E | 3E | 0 | D | 10F | 44 | 3C |
| Octal | 234 | 125 | 337 | 36 | 76 | 0 | 15 | 417 | 104 | 74 |
| Binary | 10011100 | 1010101 | 11011111 | 11110 | 111110 | 0 | 1101 | 100001111 | 1000100 | 111100 |
Color Harmonies of #9C55DF
Complementary color
Monochromatic Colors of #9C55DF
Black with #9C55DF
Text Example
Text Example
White with #9C55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C55DF; }
p { color: rgb(156,85,223); }
H1.HeaderClassName
{
color: #9C55DF;
}
.AnyTagClassName
{
color: #9C55DF;
}
</style>
background-color css
<style>
a { background-color: #9C55DF; }
a { background-color: rgb(156,85,223); }
div.DivClassName
{
background-color: #9C55DF;
}
.BgClassName
{
background-color: #9C55DF;
}
</style>
border-color css
<style>
span { border-color: #9C55DF; }
span { border-color: rgb(156,85,223); }
td.TdClassName
{
border-color: #9C55DF;
}
.TagClassName
{
border-color: #9C55DF;
}
</style>