Shades of Amethyst #9F54EA
Tints of Amethyst #9F54EA
RGB
CMYK
RGB Variations
Color information
#9F54EA (or 0x9F54EA) is known color: Amethyst. HEX triplet: 9F, 54 and EA. RGB value is (159,84,234). Sum of RGB (Red+Green+Blue) = 159+84+234=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F54EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F54EA is #60AB15. Grayscale: #7A7A7A. Windows color (decimal): -6335254 or 15357087. OLE color: 15357087.
HSL color Cylindrical-coordinate representation of color #9F54EA: hue angle of 270º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F54EA is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 84 | 234 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.08 |
| HSL | 270º | 0.78% | 0.62% | - |
| HSV(B) | 270º | 0.64% | 0.92% | - |
| XYZ | 32.32 | 19.65 | 79.93 | - |
| YUV | 123.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 234 | 0.32 | 0.64 | 0 | 0.08 | 270 | 0.78 | 0.62 |
| Hex | 9F | 54 | EA | 20 | 40 | 0 | 8 | 10E | 4E | 3E |
| Octal | 237 | 124 | 352 | 40 | 100 | 0 | 10 | 416 | 116 | 76 |
| Binary | 10011111 | 1010100 | 11101010 | 100000 | 1000000 | 0 | 1000 | 100001110 | 1001110 | 111110 |
Color Harmonies of #9F54EA
Complementary color
Monochromatic Colors of #9F54EA
Black with #9F54EA
Text Example
Text Example
White with #9F54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F54EA; }
p { color: rgb(159,84,234); }
H1.HeaderClassName
{
color: #9F54EA;
}
.AnyTagClassName
{
color: #9F54EA;
}
</style>
background-color css
<style>
a { background-color: #9F54EA; }
a { background-color: rgb(159,84,234); }
div.DivClassName
{
background-color: #9F54EA;
}
.BgClassName
{
background-color: #9F54EA;
}
</style>
border-color css
<style>
span { border-color: #9F54EA; }
span { border-color: rgb(159,84,234); }
td.TdClassName
{
border-color: #9F54EA;
}
.TagClassName
{
border-color: #9F54EA;
}
</style>