Shades of Amethyst #9357E0
Tints of Amethyst #9357E0
RGB
CMYK
RGB Variations
Color information
#9357E0 (or 0x9357E0) is known color: Amethyst. HEX triplet: 93, 57 and E0. RGB value is (147,87,224). Sum of RGB (Red+Green+Blue) = 147+87+224=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #9357E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357E0 is #6CA81F. Grayscale: #787878. Windows color (decimal): -7120928 or 14702483. OLE color: 14702483.
HSL color Cylindrical-coordinate representation of color #9357E0: hue angle of 266.28º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9357E0 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 87 | 224 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.12 |
| HSL | 266.28º | 0.69% | 0.61% | - |
| HSV(B) | 266.28º | 0.61% | 0.88% | - |
| XYZ | 28.9 | 18.4 | 72.55 | - |
| YUV | 120.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 224 | 0.34 | 0.61 | 0 | 0.12 | 266.28 | 0.69 | 0.61 |
| Hex | 93 | 57 | E0 | 22 | 3D | 0 | C | 10A | 45 | 3D |
| Octal | 223 | 127 | 340 | 42 | 75 | 0 | 14 | 412 | 105 | 75 |
| Binary | 10010011 | 1010111 | 11100000 | 100010 | 111101 | 0 | 1100 | 100001010 | 1000101 | 111101 |
Color Harmonies of #9357E0
Complementary color
Monochromatic Colors of #9357E0
Black with #9357E0
Text Example
Text Example
White with #9357E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9357E0; }
p { color: rgb(147,87,224); }
H1.HeaderClassName
{
color: #9357E0;
}
.AnyTagClassName
{
color: #9357E0;
}
</style>
background-color css
<style>
a { background-color: #9357E0; }
a { background-color: rgb(147,87,224); }
div.DivClassName
{
background-color: #9357E0;
}
.BgClassName
{
background-color: #9357E0;
}
</style>
border-color css
<style>
span { border-color: #9357E0; }
span { border-color: rgb(147,87,224); }
td.TdClassName
{
border-color: #9357E0;
}
.TagClassName
{
border-color: #9357E0;
}
</style>