Shades of Amethyst #9C5CDB
Tints of Amethyst #9C5CDB
RGB
CMYK
RGB Variations
Color information
#9C5CDB (or 0x9C5CDB) is known color: Amethyst. HEX triplet: 9C, 5C and DB. RGB value is (156,92,219). Sum of RGB (Red+Green+Blue) = 156+92+219=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C5CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CDB is #63A324. Grayscale: #7D7D7D. Windows color (decimal): -6529829 or 14376092. OLE color: 14376092.
HSL color Cylindrical-coordinate representation of color #9C5CDB: hue angle of 270.24º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C5CDB is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 92 | 219 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.14 |
| HSL | 270.24º | 0.64% | 0.61% | - |
| HSV(B) | 270.24º | 0.58% | 0.86% | - |
| XYZ | 30.32 | 19.84 | 69.25 | - |
| YUV | 125.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 219 | 0.29 | 0.58 | 0 | 0.14 | 270.24 | 0.64 | 0.61 |
| Hex | 9C | 5C | DB | 1D | 3A | 0 | E | 10E | 40 | 3D |
| Octal | 234 | 134 | 333 | 35 | 72 | 0 | 16 | 416 | 100 | 75 |
| Binary | 10011100 | 1011100 | 11011011 | 11101 | 111010 | 0 | 1110 | 100001110 | 1000000 | 111101 |
Color Harmonies of #9C5CDB
Complementary color
Monochromatic Colors of #9C5CDB
Black with #9C5CDB
Text Example
Text Example
White with #9C5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5CDB; }
p { color: rgb(156,92,219); }
H1.HeaderClassName
{
color: #9C5CDB;
}
.AnyTagClassName
{
color: #9C5CDB;
}
</style>
background-color css
<style>
a { background-color: #9C5CDB; }
a { background-color: rgb(156,92,219); }
div.DivClassName
{
background-color: #9C5CDB;
}
.BgClassName
{
background-color: #9C5CDB;
}
</style>
border-color css
<style>
span { border-color: #9C5CDB; }
span { border-color: rgb(156,92,219); }
td.TdClassName
{
border-color: #9C5CDB;
}
.TagClassName
{
border-color: #9C5CDB;
}
</style>