Shades of Amethyst #9F57E7
Tints of Amethyst #9F57E7
RGB
CMYK
RGB Variations
Color information
#9F57E7 (or 0x9F57E7) is known color: Amethyst. HEX triplet: 9F, 57 and E7. RGB value is (159,87,231). Sum of RGB (Red+Green+Blue) = 159+87+231=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F57E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F57E7 is #60A818. Grayscale: #7C7C7C. Windows color (decimal): -6334489 or 15161247. OLE color: 15161247.
HSL color Cylindrical-coordinate representation of color #9F57E7: hue angle of 270º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F57E7 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 87 | 231 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.09 |
| HSL | 270º | 0.75% | 0.62% | - |
| HSV(B) | 270º | 0.62% | 0.91% | - |
| XYZ | 32.13 | 19.96 | 77.76 | - |
| YUV | 124.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 231 | 0.31 | 0.62 | 0 | 0.09 | 270 | 0.75 | 0.62 |
| Hex | 9F | 57 | E7 | 1F | 3E | 0 | 9 | 10E | 4B | 3E |
| Octal | 237 | 127 | 347 | 37 | 76 | 0 | 11 | 416 | 113 | 76 |
| Binary | 10011111 | 1010111 | 11100111 | 11111 | 111110 | 0 | 1001 | 100001110 | 1001011 | 111110 |
Color Harmonies of #9F57E7
Complementary color
Monochromatic Colors of #9F57E7
Black with #9F57E7
Text Example
Text Example
White with #9F57E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F57E7; }
p { color: rgb(159,87,231); }
H1.HeaderClassName
{
color: #9F57E7;
}
.AnyTagClassName
{
color: #9F57E7;
}
</style>
background-color css
<style>
a { background-color: #9F57E7; }
a { background-color: rgb(159,87,231); }
div.DivClassName
{
background-color: #9F57E7;
}
.BgClassName
{
background-color: #9F57E7;
}
</style>
border-color css
<style>
span { border-color: #9F57E7; }
span { border-color: rgb(159,87,231); }
td.TdClassName
{
border-color: #9F57E7;
}
.TagClassName
{
border-color: #9F57E7;
}
</style>