Shades of Amethyst #9E5CCF
Tints of Amethyst #9E5CCF
RGB
CMYK
RGB Variations
Color information
#9E5CCF (or 0x9E5CCF) is known color: Amethyst. HEX triplet: 9E, 5C and CF. RGB value is (158,92,207). Sum of RGB (Red+Green+Blue) = 158+92+207=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CCF is #61A330. Grayscale: #7C7C7C. Windows color (decimal): -6398769 or 13589662. OLE color: 13589662.
HSL color Cylindrical-coordinate representation of color #9E5CCF: hue angle of 274.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E5CCF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 92 | 207 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.19 |
| HSL | 274.43º | 0.55% | 0.59% | - |
| HSV(B) | 274.43º | 0.56% | 0.81% | - |
| XYZ | 29.19 | 19.43 | 61.24 | - |
| YUV | 124.84 | 174.37 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 207 | 0.24 | 0.56 | 0 | 0.19 | 274.43 | 0.55 | 0.59 |
| Hex | 9E | 5C | CF | 18 | 38 | 0 | 13 | 112 | 37 | 3B |
| Octal | 236 | 134 | 317 | 30 | 70 | 0 | 23 | 422 | 67 | 73 |
| Binary | 10011110 | 1011100 | 11001111 | 11000 | 111000 | 0 | 10011 | 100010010 | 110111 | 111011 |
Color Harmonies of #9E5CCF
Complementary color
Monochromatic Colors of #9E5CCF
Black with #9E5CCF
Text Example
Text Example
White with #9E5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5CCF; }
p { color: rgb(158,92,207); }
H1.HeaderClassName
{
color: #9E5CCF;
}
.AnyTagClassName
{
color: #9E5CCF;
}
</style>
background-color css
<style>
a { background-color: #9E5CCF; }
a { background-color: rgb(158,92,207); }
div.DivClassName
{
background-color: #9E5CCF;
}
.BgClassName
{
background-color: #9E5CCF;
}
</style>
border-color css
<style>
span { border-color: #9E5CCF; }
span { border-color: rgb(158,92,207); }
td.TdClassName
{
border-color: #9E5CCF;
}
.TagClassName
{
border-color: #9E5CCF;
}
</style>