Shades of Amethyst #9A56DC
Tints of Amethyst #9A56DC
RGB
CMYK
RGB Variations
Color information
#9A56DC (or 0x9A56DC) is known color: Amethyst. HEX triplet: 9A, 56 and DC. RGB value is (154,86,220). Sum of RGB (Red+Green+Blue) = 154+86+220=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A56DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A56DC is #65A923. Grayscale: #797979. Windows color (decimal): -6662436 or 14440090. OLE color: 14440090.
HSL color Cylindrical-coordinate representation of color #9A56DC: hue angle of 270.45º degrees, saturation: 0.66, 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 #9A56DC is Cyan = 0.3, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 86 | 220 | - |
| CMYK | 0.3 | 0.61 | 0 | 0.14 |
| HSL | 270.45º | 0.66% | 0.6% | - |
| HSV(B) | 270.45º | 0.61% | 0.86% | - |
| XYZ | 29.57 | 18.69 | 69.76 | - |
| YUV | 121.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 220 | 0.3 | 0.61 | 0 | 0.14 | 270.45 | 0.66 | 0.6 |
| Hex | 9A | 56 | DC | 1E | 3D | 0 | E | 10E | 42 | 3C |
| Octal | 232 | 126 | 334 | 36 | 75 | 0 | 16 | 416 | 102 | 74 |
| Binary | 10011010 | 1010110 | 11011100 | 11110 | 111101 | 0 | 1110 | 100001110 | 1000010 | 111100 |
Color Harmonies of #9A56DC
Complementary color
Monochromatic Colors of #9A56DC
Black with #9A56DC
Text Example
Text Example
White with #9A56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A56DC; }
p { color: rgb(154,86,220); }
H1.HeaderClassName
{
color: #9A56DC;
}
.AnyTagClassName
{
color: #9A56DC;
}
</style>
background-color css
<style>
a { background-color: #9A56DC; }
a { background-color: rgb(154,86,220); }
div.DivClassName
{
background-color: #9A56DC;
}
.BgClassName
{
background-color: #9A56DC;
}
</style>
border-color css
<style>
span { border-color: #9A56DC; }
span { border-color: rgb(154,86,220); }
td.TdClassName
{
border-color: #9A56DC;
}
.TagClassName
{
border-color: #9A56DC;
}
</style>