Shades of Amethyst #9A5EDB
Tints of Amethyst #9A5EDB
RGB
CMYK
RGB Variations
Color information
#9A5EDB (or 0x9A5EDB) is known color: Amethyst. HEX triplet: 9A, 5E and DB. RGB value is (154,94,219). Sum of RGB (Red+Green+Blue) = 154+94+219=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 94 (37.11% from 255 or 20.13% 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 #9A5EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EDB is #65A124. Grayscale: #7D7D7D. Windows color (decimal): -6660389 or 14376602. OLE color: 14376602.
HSL color Cylindrical-coordinate representation of color #9A5EDB: hue angle of 268.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A5EDB is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 94 | 219 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.14 |
| HSL | 268.8º | 0.63% | 0.61% | - |
| HSV(B) | 268.8º | 0.57% | 0.86% | - |
| XYZ | 30.12 | 19.99 | 69.29 | - |
| YUV | 126.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 219 | 0.30 | 0.57 | 0 | 0.14 | 268.8 | 0.63 | 0.61 |
| Hex | 9A | 5E | DB | 1E | 39 | 0 | E | 10D | 3F | 3D |
| Octal | 232 | 136 | 333 | 36 | 71 | 0 | 16 | 415 | 77 | 75 |
| Binary | 10011010 | 1011110 | 11011011 | 11110 | 111001 | 0 | 1110 | 100001101 | 111111 | 111101 |
Color Harmonies of #9A5EDB
Complementary color
Monochromatic Colors of #9A5EDB
Black with #9A5EDB
Text Example
Text Example
White with #9A5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5EDB; }
p { color: rgb(154,94,219); }
H1.HeaderClassName
{
color: #9A5EDB;
}
.AnyTagClassName
{
color: #9A5EDB;
}
</style>
background-color css
<style>
a { background-color: #9A5EDB; }
a { background-color: rgb(154,94,219); }
div.DivClassName
{
background-color: #9A5EDB;
}
.BgClassName
{
background-color: #9A5EDB;
}
</style>
border-color css
<style>
span { border-color: #9A5EDB; }
span { border-color: rgb(154,94,219); }
td.TdClassName
{
border-color: #9A5EDB;
}
.TagClassName
{
border-color: #9A5EDB;
}
</style>