Shades of Amethyst #9E5FCF
Tints of Amethyst #9E5FCF
RGB
CMYK
RGB Variations
Color information
#9E5FCF (or 0x9E5FCF) is known color: Amethyst. HEX triplet: 9E, 5F and CF. RGB value is (158,95,207). Sum of RGB (Red+Green+Blue) = 158+95+207=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E5FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5FCF is #61A030. Grayscale: #7E7E7E. Windows color (decimal): -6398001 or 13590430. OLE color: 13590430.
HSL color Cylindrical-coordinate representation of color #9E5FCF: hue angle of 273.75º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5FCF is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 95 | 207 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.19 |
| HSL | 273.75º | 0.54% | 0.59% | - |
| HSV(B) | 273.75º | 0.54% | 0.81% | - |
| XYZ | 29.46 | 19.96 | 61.33 | - |
| YUV | 126.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 95 | 207 | 0.24 | 0.54 | 0 | 0.19 | 273.75 | 0.54 | 0.59 |
| Hex | 9E | 5F | CF | 18 | 36 | 0 | 13 | 112 | 36 | 3B |
| Octal | 236 | 137 | 317 | 30 | 66 | 0 | 23 | 422 | 66 | 73 |
| Binary | 10011110 | 1011111 | 11001111 | 11000 | 110110 | 0 | 10011 | 100010010 | 110110 | 111011 |
Color Harmonies of #9E5FCF
Complementary color
Monochromatic Colors of #9E5FCF
Black with #9E5FCF
Text Example
Text Example
White with #9E5FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5FCF; }
p { color: rgb(158,95,207); }
H1.HeaderClassName
{
color: #9E5FCF;
}
.AnyTagClassName
{
color: #9E5FCF;
}
</style>
background-color css
<style>
a { background-color: #9E5FCF; }
a { background-color: rgb(158,95,207); }
div.DivClassName
{
background-color: #9E5FCF;
}
.BgClassName
{
background-color: #9E5FCF;
}
</style>
border-color css
<style>
span { border-color: #9E5FCF; }
span { border-color: rgb(158,95,207); }
td.TdClassName
{
border-color: #9E5FCF;
}
.TagClassName
{
border-color: #9E5FCF;
}
</style>