Shades of Amethyst #9359C6
Tints of Amethyst #9359C6
RGB
CMYK
RGB Variations
Color information
#9359C6 (or 0x9359C6) is known color: Amethyst. HEX triplet: 93, 59 and C6. RGB value is (147,89,198). Sum of RGB (Red+Green+Blue) = 147+89+198=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #9359C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359C6 is #6CA639. Grayscale: #767676. Windows color (decimal): -7120442 or 12999059. OLE color: 12999059.
HSL color Cylindrical-coordinate representation of color #9359C6: hue angle of 271.93º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9359C6 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 89 | 198 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.22 |
| HSL | 271.93º | 0.49% | 0.56% | - |
| HSV(B) | 271.93º | 0.55% | 0.78% | - |
| XYZ | 25.8 | 17.43 | 55.43 | - |
| YUV | 118.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 198 | 0.26 | 0.55 | 0 | 0.22 | 271.93 | 0.49 | 0.56 |
| Hex | 93 | 59 | C6 | 1A | 37 | 0 | 16 | 110 | 31 | 38 |
| Octal | 223 | 131 | 306 | 32 | 67 | 0 | 26 | 420 | 61 | 70 |
| Binary | 10010011 | 1011001 | 11000110 | 11010 | 110111 | 0 | 10110 | 100010000 | 110001 | 111000 |
Color Harmonies of #9359C6
Complementary color
Monochromatic Colors of #9359C6
Black with #9359C6
Text Example
Text Example
White with #9359C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9359C6; }
p { color: rgb(147,89,198); }
H1.HeaderClassName
{
color: #9359C6;
}
.AnyTagClassName
{
color: #9359C6;
}
</style>
background-color css
<style>
a { background-color: #9359C6; }
a { background-color: rgb(147,89,198); }
div.DivClassName
{
background-color: #9359C6;
}
.BgClassName
{
background-color: #9359C6;
}
</style>
border-color css
<style>
span { border-color: #9359C6; }
span { border-color: rgb(147,89,198); }
td.TdClassName
{
border-color: #9359C6;
}
.TagClassName
{
border-color: #9359C6;
}
</style>