Shades of Amethyst #9357D6
Tints of Amethyst #9357D6
RGB
CMYK
RGB Variations
Color information
#9357D6 (or 0x9357D6) is known color: Amethyst. HEX triplet: 93, 57 and D6. RGB value is (147,87,214). Sum of RGB (Red+Green+Blue) = 147+87+214=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #9357D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357D6 is #6CA829. Grayscale: #767676. Windows color (decimal): -7120938 or 14047123. OLE color: 14047123.
HSL color Cylindrical-coordinate representation of color #9357D6: hue angle of 268.35º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9357D6 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 87 | 214 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.16 |
| HSL | 268.35º | 0.61% | 0.59% | - |
| HSV(B) | 268.35º | 0.59% | 0.84% | - |
| XYZ | 27.58 | 17.87 | 65.61 | - |
| YUV | 119.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 214 | 0.31 | 0.59 | 0 | 0.16 | 268.35 | 0.61 | 0.59 |
| Hex | 93 | 57 | D6 | 1F | 3B | 0 | 10 | 10C | 3D | 3B |
| Octal | 223 | 127 | 326 | 37 | 73 | 0 | 20 | 414 | 75 | 73 |
| Binary | 10010011 | 1010111 | 11010110 | 11111 | 111011 | 0 | 10000 | 100001100 | 111101 | 111011 |
Color Harmonies of #9357D6
Complementary color
Monochromatic Colors of #9357D6
Black with #9357D6
Text Example
Text Example
White with #9357D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9357D6; }
p { color: rgb(147,87,214); }
H1.HeaderClassName
{
color: #9357D6;
}
.AnyTagClassName
{
color: #9357D6;
}
</style>
background-color css
<style>
a { background-color: #9357D6; }
a { background-color: rgb(147,87,214); }
div.DivClassName
{
background-color: #9357D6;
}
.BgClassName
{
background-color: #9357D6;
}
</style>
border-color css
<style>
span { border-color: #9357D6; }
span { border-color: rgb(147,87,214); }
td.TdClassName
{
border-color: #9357D6;
}
.TagClassName
{
border-color: #9357D6;
}
</style>