Shades of Amethyst #9357DD
Tints of Amethyst #9357DD
RGB
CMYK
RGB Variations
Color information
#9357DD (or 0x9357DD) is known color: Amethyst. HEX triplet: 93, 57 and DD. RGB value is (147,87,221). Sum of RGB (Red+Green+Blue) = 147+87+221=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #9357DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357DD is #6CA822. Grayscale: #777777. Windows color (decimal): -7120931 or 14505875. OLE color: 14505875.
HSL color Cylindrical-coordinate representation of color #9357DD: hue angle of 266.87º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9357DD is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 87 | 221 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.13 |
| HSL | 266.87º | 0.66% | 0.6% | - |
| HSV(B) | 266.87º | 0.61% | 0.87% | - |
| XYZ | 28.49 | 18.24 | 70.43 | - |
| YUV | 120.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 221 | 0.33 | 0.61 | 0 | 0.13 | 266.87 | 0.66 | 0.6 |
| Hex | 93 | 57 | DD | 21 | 3D | 0 | D | 10B | 42 | 3C |
| Octal | 223 | 127 | 335 | 41 | 75 | 0 | 15 | 413 | 102 | 74 |
| Binary | 10010011 | 1010111 | 11011101 | 100001 | 111101 | 0 | 1101 | 100001011 | 1000010 | 111100 |
Color Harmonies of #9357DD
Complementary color
Monochromatic Colors of #9357DD
Black with #9357DD
Text Example
Text Example
White with #9357DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9357DD; }
p { color: rgb(147,87,221); }
H1.HeaderClassName
{
color: #9357DD;
}
.AnyTagClassName
{
color: #9357DD;
}
</style>
background-color css
<style>
a { background-color: #9357DD; }
a { background-color: rgb(147,87,221); }
div.DivClassName
{
background-color: #9357DD;
}
.BgClassName
{
background-color: #9357DD;
}
</style>
border-color css
<style>
span { border-color: #9357DD; }
span { border-color: rgb(147,87,221); }
td.TdClassName
{
border-color: #9357DD;
}
.TagClassName
{
border-color: #9357DD;
}
</style>