Shades of Amethyst #9356CC
Tints of Amethyst #9356CC
RGB
CMYK
RGB Variations
Color information
#9356CC (or 0x9356CC) is known color: Amethyst. HEX triplet: 93, 56 and CC. RGB value is (147,86,204). Sum of RGB (Red+Green+Blue) = 147+86+204=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #9356CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356CC is #6CA933. Grayscale: #757575. Windows color (decimal): -7121204 or 13391507. OLE color: 13391507.
HSL color Cylindrical-coordinate representation of color #9356CC: hue angle of 271.02º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9356CC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 86 | 204 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.2 |
| HSL | 271.02º | 0.54% | 0.57% | - |
| HSV(B) | 271.02º | 0.58% | 0.8% | - |
| XYZ | 26.26 | 17.22 | 59.07 | - |
| YUV | 117.69 | 176.71 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 204 | 0.28 | 0.58 | 0 | 0.2 | 271.02 | 0.54 | 0.57 |
| Hex | 93 | 56 | CC | 1C | 3A | 0 | 14 | 10F | 36 | 39 |
| Octal | 223 | 126 | 314 | 34 | 72 | 0 | 24 | 417 | 66 | 71 |
| Binary | 10010011 | 1010110 | 11001100 | 11100 | 111010 | 0 | 10100 | 100001111 | 110110 | 111001 |
Color Harmonies of #9356CC
Complementary color
Monochromatic Colors of #9356CC
Black with #9356CC
Text Example
Text Example
White with #9356CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356CC; }
p { color: rgb(147,86,204); }
H1.HeaderClassName
{
color: #9356CC;
}
.AnyTagClassName
{
color: #9356CC;
}
</style>
background-color css
<style>
a { background-color: #9356CC; }
a { background-color: rgb(147,86,204); }
div.DivClassName
{
background-color: #9356CC;
}
.BgClassName
{
background-color: #9356CC;
}
</style>
border-color css
<style>
span { border-color: #9356CC; }
span { border-color: rgb(147,86,204); }
td.TdClassName
{
border-color: #9356CC;
}
.TagClassName
{
border-color: #9356CC;
}
</style>