Shades of Amethyst #9356C8
Tints of Amethyst #9356C8
RGB
CMYK
RGB Variations
Color information
#9356C8 (or 0x9356C8) is known color: Amethyst. HEX triplet: 93, 56 and C8. RGB value is (147,86,200). Sum of RGB (Red+Green+Blue) = 147+86+200=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #9356C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356C8 is #6CA937. Grayscale: #747474. Windows color (decimal): -7121208 or 13129363. OLE color: 13129363.
HSL color Cylindrical-coordinate representation of color #9356C8: hue angle of 272.11º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9356C8 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 86 | 200 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.22 |
| HSL | 272.11º | 0.51% | 0.56% | - |
| HSV(B) | 272.11º | 0.57% | 0.78% | - |
| XYZ | 25.79 | 17.03 | 56.57 | - |
| YUV | 117.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 200 | 0.26 | 0.57 | 0 | 0.22 | 272.11 | 0.51 | 0.56 |
| Hex | 93 | 56 | C8 | 1A | 39 | 0 | 16 | 110 | 33 | 38 |
| Octal | 223 | 126 | 310 | 32 | 71 | 0 | 26 | 420 | 63 | 70 |
| Binary | 10010011 | 1010110 | 11001000 | 11010 | 111001 | 0 | 10110 | 100010000 | 110011 | 111000 |
Color Harmonies of #9356C8
Complementary color
Monochromatic Colors of #9356C8
Black with #9356C8
Text Example
Text Example
White with #9356C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356C8; }
p { color: rgb(147,86,200); }
H1.HeaderClassName
{
color: #9356C8;
}
.AnyTagClassName
{
color: #9356C8;
}
</style>
background-color css
<style>
a { background-color: #9356C8; }
a { background-color: rgb(147,86,200); }
div.DivClassName
{
background-color: #9356C8;
}
.BgClassName
{
background-color: #9356C8;
}
</style>
border-color css
<style>
span { border-color: #9356C8; }
span { border-color: rgb(147,86,200); }
td.TdClassName
{
border-color: #9356C8;
}
.TagClassName
{
border-color: #9356C8;
}
</style>