Shades of Amethyst #9C55DB
Tints of Amethyst #9C55DB
RGB
CMYK
RGB Variations
Color information
#9C55DB (or 0x9C55DB) is known color: Amethyst. HEX triplet: 9C, 55 and DB. RGB value is (156,85,219). Sum of RGB (Red+Green+Blue) = 156+85+219=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55DB is #63AA24. Grayscale: #797979. Windows color (decimal): -6531621 or 14374300. OLE color: 14374300.
HSL color Cylindrical-coordinate representation of color #9C55DB: hue angle of 271.79º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C55DB is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 85 | 219 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.14 |
| HSL | 271.79º | 0.65% | 0.6% | - |
| HSV(B) | 271.79º | 0.61% | 0.86% | - |
| XYZ | 29.74 | 18.68 | 69.06 | - |
| YUV | 121.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 219 | 0.29 | 0.61 | 0 | 0.14 | 271.79 | 0.65 | 0.6 |
| Hex | 9C | 55 | DB | 1D | 3D | 0 | E | 110 | 41 | 3C |
| Octal | 234 | 125 | 333 | 35 | 75 | 0 | 16 | 420 | 101 | 74 |
| Binary | 10011100 | 1010101 | 11011011 | 11101 | 111101 | 0 | 1110 | 100010000 | 1000001 | 111100 |
Color Harmonies of #9C55DB
Complementary color
Monochromatic Colors of #9C55DB
Black with #9C55DB
Text Example
Text Example
White with #9C55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C55DB; }
p { color: rgb(156,85,219); }
H1.HeaderClassName
{
color: #9C55DB;
}
.AnyTagClassName
{
color: #9C55DB;
}
</style>
background-color css
<style>
a { background-color: #9C55DB; }
a { background-color: rgb(156,85,219); }
div.DivClassName
{
background-color: #9C55DB;
}
.BgClassName
{
background-color: #9C55DB;
}
</style>
border-color css
<style>
span { border-color: #9C55DB; }
span { border-color: rgb(156,85,219); }
td.TdClassName
{
border-color: #9C55DB;
}
.TagClassName
{
border-color: #9C55DB;
}
</style>