Shades of Amethyst #9E74CF
Tints of Amethyst #9E74CF
RGB
CMYK
RGB Variations
Color information
#9E74CF (or 0x9E74CF) is known color: Amethyst. HEX triplet: 9E, 74 and CF. RGB value is (158,116,207). Sum of RGB (Red+Green+Blue) = 158+116+207=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74CF is #618B30. Grayscale: #8A8A8A. Windows color (decimal): -6392625 or 13595806. OLE color: 13595806.
HSL color Cylindrical-coordinate representation of color #9E74CF: hue angle of 267.69º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E74CF is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 116 | 207 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.19 |
| HSL | 267.69º | 0.49% | 0.63% | - |
| HSV(B) | 267.69º | 0.44% | 0.81% | - |
| XYZ | 31.61 | 24.26 | 62.05 | - |
| YUV | 138.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 207 | 0.24 | 0.44 | 0 | 0.19 | 267.69 | 0.49 | 0.63 |
| Hex | 9E | 74 | CF | 18 | 2C | 0 | 13 | 10C | 31 | 3F |
| Octal | 236 | 164 | 317 | 30 | 54 | 0 | 23 | 414 | 61 | 77 |
| Binary | 10011110 | 1110100 | 11001111 | 11000 | 101100 | 0 | 10011 | 100001100 | 110001 | 111111 |
Color Harmonies of #9E74CF
Complementary color
Monochromatic Colors of #9E74CF
Black with #9E74CF
Text Example
Text Example
White with #9E74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E74CF; }
p { color: rgb(158,116,207); }
H1.HeaderClassName
{
color: #9E74CF;
}
.AnyTagClassName
{
color: #9E74CF;
}
</style>
background-color css
<style>
a { background-color: #9E74CF; }
a { background-color: rgb(158,116,207); }
div.DivClassName
{
background-color: #9E74CF;
}
.BgClassName
{
background-color: #9E74CF;
}
</style>
border-color css
<style>
span { border-color: #9E74CF; }
span { border-color: rgb(158,116,207); }
td.TdClassName
{
border-color: #9E74CF;
}
.TagClassName
{
border-color: #9E74CF;
}
</style>