Shades of Amethyst #9E5ACB
Tints of Amethyst #9E5ACB
RGB
CMYK
RGB Variations
Color information
#9E5ACB (or 0x9E5ACB) is known color: Amethyst. HEX triplet: 9E, 5A and CB. RGB value is (158,90,203). Sum of RGB (Red+Green+Blue) = 158+90+203=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ACB is #61A534. Grayscale: #7A7A7A. Windows color (decimal): -6399285 or 13327006. OLE color: 13327006.
HSL color Cylindrical-coordinate representation of color #9E5ACB: hue angle of 276.11º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E5ACB is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 90 | 203 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.20 |
| HSL | 276.11º | 0.52% | 0.57% | - |
| HSV(B) | 276.11º | 0.56% | 0.8% | - |
| XYZ | 28.54 | 18.89 | 58.64 | - |
| YUV | 123.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 203 | 0.22 | 0.56 | 0 | 0.20 | 276.11 | 0.52 | 0.57 |
| Hex | 9E | 5A | CB | 16 | 38 | 0 | 14 | 114 | 34 | 39 |
| Octal | 236 | 132 | 313 | 26 | 70 | 0 | 24 | 424 | 64 | 71 |
| Binary | 10011110 | 1011010 | 11001011 | 10110 | 111000 | 0 | 10100 | 100010100 | 110100 | 111001 |
Color Harmonies of #9E5ACB
Complementary color
Monochromatic Colors of #9E5ACB
Black with #9E5ACB
Text Example
Text Example
White with #9E5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5ACB; }
p { color: rgb(158,90,203); }
H1.HeaderClassName
{
color: #9E5ACB;
}
.AnyTagClassName
{
color: #9E5ACB;
}
</style>
background-color css
<style>
a { background-color: #9E5ACB; }
a { background-color: rgb(158,90,203); }
div.DivClassName
{
background-color: #9E5ACB;
}
.BgClassName
{
background-color: #9E5ACB;
}
</style>
border-color css
<style>
span { border-color: #9E5ACB; }
span { border-color: rgb(158,90,203); }
td.TdClassName
{
border-color: #9E5ACB;
}
.TagClassName
{
border-color: #9E5ACB;
}
</style>