Shades of Amethyst #9A4EDB
Tints of Amethyst #9A4EDB
RGB
CMYK
RGB Variations
Color information
#9A4EDB (or 0x9A4EDB) is known color: Amethyst. HEX triplet: 9A, 4E and DB. RGB value is (154,78,219). Sum of RGB (Red+Green+Blue) = 154+78+219=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A4EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4EDB is #65B124. Grayscale: #747474. Windows color (decimal): -6664485 or 14372506. OLE color: 14372506.
HSL color Cylindrical-coordinate representation of color #9A4EDB: hue angle of 272.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A4EDB is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 78 | 219 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.14 |
| HSL | 272.34º | 0.66% | 0.58% | - |
| HSV(B) | 272.34º | 0.64% | 0.86% | - |
| XYZ | 28.84 | 17.43 | 68.86 | - |
| YUV | 116.8 | 185.68 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 219 | 0.30 | 0.64 | 0 | 0.14 | 272.34 | 0.66 | 0.58 |
| Hex | 9A | 4E | DB | 1E | 40 | 0 | E | 110 | 42 | 3A |
| Octal | 232 | 116 | 333 | 36 | 100 | 0 | 16 | 420 | 102 | 72 |
| Binary | 10011010 | 1001110 | 11011011 | 11110 | 1000000 | 0 | 1110 | 100010000 | 1000010 | 111010 |
Color Harmonies of #9A4EDB
Complementary color
Monochromatic Colors of #9A4EDB
Black with #9A4EDB
Text Example
Text Example
White with #9A4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4EDB; }
p { color: rgb(154,78,219); }
H1.HeaderClassName
{
color: #9A4EDB;
}
.AnyTagClassName
{
color: #9A4EDB;
}
</style>
background-color css
<style>
a { background-color: #9A4EDB; }
a { background-color: rgb(154,78,219); }
div.DivClassName
{
background-color: #9A4EDB;
}
.BgClassName
{
background-color: #9A4EDB;
}
</style>
border-color css
<style>
span { border-color: #9A4EDB; }
span { border-color: rgb(154,78,219); }
td.TdClassName
{
border-color: #9A4EDB;
}
.TagClassName
{
border-color: #9A4EDB;
}
</style>