Shades of Amethyst #9A5DE2
Tints of Amethyst #9A5DE2
RGB
CMYK
RGB Variations
Color information
#9A5DE2 (or 0x9A5DE2) is known color: Amethyst. HEX triplet: 9A, 5D and E2. RGB value is (154,93,226). Sum of RGB (Red+Green+Blue) = 154+93+226=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #9A5DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5DE2 is #65A21D. Grayscale: #7D7D7D. Windows color (decimal): -6660638 or 14835098. OLE color: 14835098.
HSL color Cylindrical-coordinate representation of color #9A5DE2: hue angle of 267.52º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A5DE2 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 93 | 226 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.11 |
| HSL | 267.52º | 0.7% | 0.63% | - |
| HSV(B) | 267.52º | 0.59% | 0.89% | - |
| XYZ | 30.97 | 20.19 | 74.22 | - |
| YUV | 126.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 93 | 226 | 0.32 | 0.59 | 0 | 0.11 | 267.52 | 0.7 | 0.63 |
| Hex | 9A | 5D | E2 | 20 | 3B | 0 | B | 10C | 46 | 3F |
| Octal | 232 | 135 | 342 | 40 | 73 | 0 | 13 | 414 | 106 | 77 |
| Binary | 10011010 | 1011101 | 11100010 | 100000 | 111011 | 0 | 1011 | 100001100 | 1000110 | 111111 |
Color Harmonies of #9A5DE2
Complementary color
Monochromatic Colors of #9A5DE2
Black with #9A5DE2
Text Example
Text Example
White with #9A5DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5DE2; }
p { color: rgb(154,93,226); }
H1.HeaderClassName
{
color: #9A5DE2;
}
.AnyTagClassName
{
color: #9A5DE2;
}
</style>
background-color css
<style>
a { background-color: #9A5DE2; }
a { background-color: rgb(154,93,226); }
div.DivClassName
{
background-color: #9A5DE2;
}
.BgClassName
{
background-color: #9A5DE2;
}
</style>
border-color css
<style>
span { border-color: #9A5DE2; }
span { border-color: rgb(154,93,226); }
td.TdClassName
{
border-color: #9A5DE2;
}
.TagClassName
{
border-color: #9A5DE2;
}
</style>