Shades of Amethyst #9A5EDC
Tints of Amethyst #9A5EDC
RGB
CMYK
RGB Variations
Color information
#9A5EDC (or 0x9A5EDC) is known color: Amethyst. HEX triplet: 9A, 5E and DC. RGB value is (154,94,220). Sum of RGB (Red+Green+Blue) = 154+94+220=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EDC is #65A123. Grayscale: #7D7D7D. Windows color (decimal): -6660388 or 14442138. OLE color: 14442138.
HSL color Cylindrical-coordinate representation of color #9A5EDC: hue angle of 268.57º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A5EDC is Cyan = 0.3, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 94 | 220 | - |
| CMYK | 0.3 | 0.57 | 0 | 0.14 |
| HSL | 268.57º | 0.64% | 0.62% | - |
| HSV(B) | 268.57º | 0.57% | 0.86% | - |
| XYZ | 30.25 | 20.04 | 69.98 | - |
| YUV | 126.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 220 | 0.3 | 0.57 | 0 | 0.14 | 268.57 | 0.64 | 0.62 |
| Hex | 9A | 5E | DC | 1E | 39 | 0 | E | 10D | 40 | 3E |
| Octal | 232 | 136 | 334 | 36 | 71 | 0 | 16 | 415 | 100 | 76 |
| Binary | 10011010 | 1011110 | 11011100 | 11110 | 111001 | 0 | 1110 | 100001101 | 1000000 | 111110 |
Color Harmonies of #9A5EDC
Complementary color
Monochromatic Colors of #9A5EDC
Black with #9A5EDC
Text Example
Text Example
White with #9A5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5EDC; }
p { color: rgb(154,94,220); }
H1.HeaderClassName
{
color: #9A5EDC;
}
.AnyTagClassName
{
color: #9A5EDC;
}
</style>
background-color css
<style>
a { background-color: #9A5EDC; }
a { background-color: rgb(154,94,220); }
div.DivClassName
{
background-color: #9A5EDC;
}
.BgClassName
{
background-color: #9A5EDC;
}
</style>
border-color css
<style>
span { border-color: #9A5EDC; }
span { border-color: rgb(154,94,220); }
td.TdClassName
{
border-color: #9A5EDC;
}
.TagClassName
{
border-color: #9A5EDC;
}
</style>