Shades of Amethyst #9F5ECB
Tints of Amethyst #9F5ECB
RGB
CMYK
RGB Variations
Color information
#9F5ECB (or 0x9F5ECB) is known color: Amethyst. HEX triplet: 9F, 5E and CB. RGB value is (159,94,203). Sum of RGB (Red+Green+Blue) = 159+94+203=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ECB is #60A134. Grayscale: #7D7D7D. Windows color (decimal): -6332725 or 13328031. OLE color: 13328031.
HSL color Cylindrical-coordinate representation of color #9F5ECB: hue angle of 275.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F5ECB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 94 | 203 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.20 |
| HSL | 275.78º | 0.51% | 0.58% | - |
| HSV(B) | 275.78º | 0.54% | 0.8% | - |
| XYZ | 29.08 | 19.69 | 58.77 | - |
| YUV | 125.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 203 | 0.22 | 0.54 | 0 | 0.20 | 275.78 | 0.51 | 0.58 |
| Hex | 9F | 5E | CB | 16 | 36 | 0 | 14 | 114 | 33 | 3A |
| Octal | 237 | 136 | 313 | 26 | 66 | 0 | 24 | 424 | 63 | 72 |
| Binary | 10011111 | 1011110 | 11001011 | 10110 | 110110 | 0 | 10100 | 100010100 | 110011 | 111010 |
Color Harmonies of #9F5ECB
Complementary color
Monochromatic Colors of #9F5ECB
Black with #9F5ECB
Text Example
Text Example
White with #9F5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5ECB; }
p { color: rgb(159,94,203); }
H1.HeaderClassName
{
color: #9F5ECB;
}
.AnyTagClassName
{
color: #9F5ECB;
}
</style>
background-color css
<style>
a { background-color: #9F5ECB; }
a { background-color: rgb(159,94,203); }
div.DivClassName
{
background-color: #9F5ECB;
}
.BgClassName
{
background-color: #9F5ECB;
}
</style>
border-color css
<style>
span { border-color: #9F5ECB; }
span { border-color: rgb(159,94,203); }
td.TdClassName
{
border-color: #9F5ECB;
}
.TagClassName
{
border-color: #9F5ECB;
}
</style>