Shades of Amethyst #9357CB
Tints of Amethyst #9357CB
RGB
CMYK
RGB Variations
Color information
#9357CB (or 0x9357CB) is known color: Amethyst. HEX triplet: 93, 57 and CB. RGB value is (147,87,203). Sum of RGB (Red+Green+Blue) = 147+87+203=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #9357CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357CB is #6CA834. Grayscale: #757575. Windows color (decimal): -7120949 or 13326227. OLE color: 13326227.
HSL color Cylindrical-coordinate representation of color #9357CB: hue angle of 271.03º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9357CB is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 87 | 203 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.20 |
| HSL | 271.03º | 0.53% | 0.57% | - |
| HSV(B) | 271.03º | 0.57% | 0.8% | - |
| XYZ | 26.22 | 17.33 | 58.46 | - |
| YUV | 118.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 203 | 0.28 | 0.57 | 0 | 0.20 | 271.03 | 0.53 | 0.57 |
| Hex | 93 | 57 | CB | 1C | 39 | 0 | 14 | 10F | 35 | 39 |
| Octal | 223 | 127 | 313 | 34 | 71 | 0 | 24 | 417 | 65 | 71 |
| Binary | 10010011 | 1010111 | 11001011 | 11100 | 111001 | 0 | 10100 | 100001111 | 110101 | 111001 |
Color Harmonies of #9357CB
Complementary color
Monochromatic Colors of #9357CB
Black with #9357CB
Text Example
Text Example
White with #9357CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9357CB; }
p { color: rgb(147,87,203); }
H1.HeaderClassName
{
color: #9357CB;
}
.AnyTagClassName
{
color: #9357CB;
}
</style>
background-color css
<style>
a { background-color: #9357CB; }
a { background-color: rgb(147,87,203); }
div.DivClassName
{
background-color: #9357CB;
}
.BgClassName
{
background-color: #9357CB;
}
</style>
border-color css
<style>
span { border-color: #9357CB; }
span { border-color: rgb(147,87,203); }
td.TdClassName
{
border-color: #9357CB;
}
.TagClassName
{
border-color: #9357CB;
}
</style>