Shades of Amethyst #9E5FCB
Tints of Amethyst #9E5FCB
RGB
CMYK
RGB Variations
Color information
#9E5FCB (or 0x9E5FCB) is known color: Amethyst. HEX triplet: 9E, 5F and CB. RGB value is (158,95,203). Sum of RGB (Red+Green+Blue) = 158+95+203=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 95 (37.5% from 255 or 20.83% 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 #9E5FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5FCB is #61A034. Grayscale: #7D7D7D. Windows color (decimal): -6398005 or 13328286. OLE color: 13328286.
HSL color Cylindrical-coordinate representation of color #9E5FCB: hue angle of 275º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E5FCB is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 95 | 203 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.20 |
| HSL | 275º | 0.51% | 0.58% | - |
| HSV(B) | 275º | 0.53% | 0.8% | - |
| XYZ | 28.97 | 19.77 | 58.79 | - |
| YUV | 126.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 95 | 203 | 0.22 | 0.53 | 0 | 0.20 | 275 | 0.51 | 0.58 |
| Hex | 9E | 5F | CB | 16 | 35 | 0 | 14 | 113 | 33 | 3A |
| Octal | 236 | 137 | 313 | 26 | 65 | 0 | 24 | 423 | 63 | 72 |
| Binary | 10011110 | 1011111 | 11001011 | 10110 | 110101 | 0 | 10100 | 100010011 | 110011 | 111010 |
Color Harmonies of #9E5FCB
Complementary color
Monochromatic Colors of #9E5FCB
Black with #9E5FCB
Text Example
Text Example
White with #9E5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5FCB; }
p { color: rgb(158,95,203); }
H1.HeaderClassName
{
color: #9E5FCB;
}
.AnyTagClassName
{
color: #9E5FCB;
}
</style>
background-color css
<style>
a { background-color: #9E5FCB; }
a { background-color: rgb(158,95,203); }
div.DivClassName
{
background-color: #9E5FCB;
}
.BgClassName
{
background-color: #9E5FCB;
}
</style>
border-color css
<style>
span { border-color: #9E5FCB; }
span { border-color: rgb(158,95,203); }
td.TdClassName
{
border-color: #9E5FCB;
}
.TagClassName
{
border-color: #9E5FCB;
}
</style>