Shades of Amethyst #9A5EDE
Tints of Amethyst #9A5EDE
RGB
CMYK
RGB Variations
Color information
#9A5EDE (or 0x9A5EDE) is known color: Amethyst. HEX triplet: 9A, 5E and DE. RGB value is (154,94,222). Sum of RGB (Red+Green+Blue) = 154+94+222=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A5EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EDE is #65A121. Grayscale: #7E7E7E. Windows color (decimal): -6660386 or 14573210. OLE color: 14573210.
HSL color Cylindrical-coordinate representation of color #9A5EDE: hue angle of 268.12º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A5EDE is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 94 | 222 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.13 |
| HSL | 268.13º | 0.66% | 0.62% | - |
| HSV(B) | 268.13º | 0.58% | 0.87% | - |
| XYZ | 30.51 | 20.15 | 71.39 | - |
| YUV | 126.53 | 181.88 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 222 | 0.31 | 0.58 | 0 | 0.13 | 268.13 | 0.66 | 0.62 |
| Hex | 9A | 5E | DE | 1F | 3A | 0 | D | 10C | 42 | 3E |
| Octal | 232 | 136 | 336 | 37 | 72 | 0 | 15 | 414 | 102 | 76 |
| Binary | 10011010 | 1011110 | 11011110 | 11111 | 111010 | 0 | 1101 | 100001100 | 1000010 | 111110 |
Color Harmonies of #9A5EDE
Complementary color
Monochromatic Colors of #9A5EDE
Black with #9A5EDE
Text Example
Text Example
White with #9A5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5EDE; }
p { color: rgb(154,94,222); }
H1.HeaderClassName
{
color: #9A5EDE;
}
.AnyTagClassName
{
color: #9A5EDE;
}
</style>
background-color css
<style>
a { background-color: #9A5EDE; }
a { background-color: rgb(154,94,222); }
div.DivClassName
{
background-color: #9A5EDE;
}
.BgClassName
{
background-color: #9A5EDE;
}
</style>
border-color css
<style>
span { border-color: #9A5EDE; }
span { border-color: rgb(154,94,222); }
td.TdClassName
{
border-color: #9A5EDE;
}
.TagClassName
{
border-color: #9A5EDE;
}
</style>