Shades of Amethyst #9D5ECB
Tints of Amethyst #9D5ECB
RGB
CMYK
RGB Variations
Color information
#9D5ECB (or 0x9D5ECB) is known color: Amethyst. HEX triplet: 9D, 5E and CB. RGB value is (157,94,203). Sum of RGB (Red+Green+Blue) = 157+94+203=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5ECB is #62A134. Grayscale: #7C7C7C. Windows color (decimal): -6463797 or 13328029. OLE color: 13328029.
HSL color Cylindrical-coordinate representation of color #9D5ECB: hue angle of 274.68º 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 #9D5ECB is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 94 | 203 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.20 |
| HSL | 274.68º | 0.51% | 0.58% | - |
| HSV(B) | 274.68º | 0.54% | 0.8% | - |
| XYZ | 28.69 | 19.49 | 58.75 | - |
| YUV | 125.26 | 171.87 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 203 | 0.23 | 0.54 | 0 | 0.20 | 274.68 | 0.51 | 0.58 |
| Hex | 9D | 5E | CB | 17 | 36 | 0 | 14 | 113 | 33 | 3A |
| Octal | 235 | 136 | 313 | 27 | 66 | 0 | 24 | 423 | 63 | 72 |
| Binary | 10011101 | 1011110 | 11001011 | 10111 | 110110 | 0 | 10100 | 100010011 | 110011 | 111010 |
Color Harmonies of #9D5ECB
Complementary color
Monochromatic Colors of #9D5ECB
Black with #9D5ECB
Text Example
Text Example
White with #9D5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5ECB; }
p { color: rgb(157,94,203); }
H1.HeaderClassName
{
color: #9D5ECB;
}
.AnyTagClassName
{
color: #9D5ECB;
}
</style>
background-color css
<style>
a { background-color: #9D5ECB; }
a { background-color: rgb(157,94,203); }
div.DivClassName
{
background-color: #9D5ECB;
}
.BgClassName
{
background-color: #9D5ECB;
}
</style>
border-color css
<style>
span { border-color: #9D5ECB; }
span { border-color: rgb(157,94,203); }
td.TdClassName
{
border-color: #9D5ECB;
}
.TagClassName
{
border-color: #9D5ECB;
}
</style>