Shades of Amethyst #9C54DB
Tints of Amethyst #9C54DB
RGB
CMYK
RGB Variations
Color information
#9C54DB (or 0x9C54DB) is known color: Amethyst. HEX triplet: 9C, 54 and DB. RGB value is (156,84,219). Sum of RGB (Red+Green+Blue) = 156+84+219=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54DB is #63AB24. Grayscale: #787878. Windows color (decimal): -6531877 or 14374044. OLE color: 14374044.
HSL color Cylindrical-coordinate representation of color #9C54DB: hue angle of 272º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C54DB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 84 | 219 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.14 |
| HSL | 272º | 0.65% | 0.59% | - |
| HSV(B) | 272º | 0.62% | 0.86% | - |
| XYZ | 29.67 | 18.52 | 69.03 | - |
| YUV | 120.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 219 | 0.29 | 0.62 | 0 | 0.14 | 272 | 0.65 | 0.59 |
| Hex | 9C | 54 | DB | 1D | 3E | 0 | E | 110 | 41 | 3B |
| Octal | 234 | 124 | 333 | 35 | 76 | 0 | 16 | 420 | 101 | 73 |
| Binary | 10011100 | 1010100 | 11011011 | 11101 | 111110 | 0 | 1110 | 100010000 | 1000001 | 111011 |
Color Harmonies of #9C54DB
Complementary color
Monochromatic Colors of #9C54DB
Black with #9C54DB
Text Example
Text Example
White with #9C54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54DB; }
p { color: rgb(156,84,219); }
H1.HeaderClassName
{
color: #9C54DB;
}
.AnyTagClassName
{
color: #9C54DB;
}
</style>
background-color css
<style>
a { background-color: #9C54DB; }
a { background-color: rgb(156,84,219); }
div.DivClassName
{
background-color: #9C54DB;
}
.BgClassName
{
background-color: #9C54DB;
}
</style>
border-color css
<style>
span { border-color: #9C54DB; }
span { border-color: rgb(156,84,219); }
td.TdClassName
{
border-color: #9C54DB;
}
.TagClassName
{
border-color: #9C54DB;
}
</style>