Shades of Amethyst #9356E0
Tints of Amethyst #9356E0
RGB
CMYK
RGB Variations
Color information
#9356E0 (or 0x9356E0) is known color: Amethyst. HEX triplet: 93, 56 and E0. RGB value is (147,86,224). Sum of RGB (Red+Green+Blue) = 147+86+224=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #9356E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356E0 is #6CA91F. Grayscale: #777777. Windows color (decimal): -7121184 or 14702227. OLE color: 14702227.
HSL color Cylindrical-coordinate representation of color #9356E0: hue angle of 266.52º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9356E0 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 86 | 224 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.12 |
| HSL | 266.52º | 0.69% | 0.61% | - |
| HSV(B) | 266.52º | 0.62% | 0.88% | - |
| XYZ | 28.81 | 18.24 | 72.52 | - |
| YUV | 119.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 224 | 0.34 | 0.62 | 0 | 0.12 | 266.52 | 0.69 | 0.61 |
| Hex | 93 | 56 | E0 | 22 | 3E | 0 | C | 10B | 45 | 3D |
| Octal | 223 | 126 | 340 | 42 | 76 | 0 | 14 | 413 | 105 | 75 |
| Binary | 10010011 | 1010110 | 11100000 | 100010 | 111110 | 0 | 1100 | 100001011 | 1000101 | 111101 |
Color Harmonies of #9356E0
Complementary color
Monochromatic Colors of #9356E0
Black with #9356E0
Text Example
Text Example
White with #9356E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356E0; }
p { color: rgb(147,86,224); }
H1.HeaderClassName
{
color: #9356E0;
}
.AnyTagClassName
{
color: #9356E0;
}
</style>
background-color css
<style>
a { background-color: #9356E0; }
a { background-color: rgb(147,86,224); }
div.DivClassName
{
background-color: #9356E0;
}
.BgClassName
{
background-color: #9356E0;
}
</style>
border-color css
<style>
span { border-color: #9356E0; }
span { border-color: rgb(147,86,224); }
td.TdClassName
{
border-color: #9356E0;
}
.TagClassName
{
border-color: #9356E0;
}
</style>