Shades of Amethyst #9359CF
Tints of Amethyst #9359CF
RGB
CMYK
RGB Variations
Color information
#9359CF (or 0x9359CF) is known color: Amethyst. HEX triplet: 93, 59 and CF. RGB value is (147,89,207). Sum of RGB (Red+Green+Blue) = 147+89+207=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9359CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359CF is #6CA630. Grayscale: #777777. Windows color (decimal): -7120433 or 13588883. OLE color: 13588883.
HSL color Cylindrical-coordinate representation of color #9359CF: hue angle of 269.49º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9359CF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 89 | 207 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.19 |
| HSL | 269.49º | 0.55% | 0.58% | - |
| HSV(B) | 269.49º | 0.57% | 0.81% | - |
| XYZ | 26.87 | 17.85 | 61.06 | - |
| YUV | 119.79 | 177.22 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 207 | 0.29 | 0.57 | 0 | 0.19 | 269.49 | 0.55 | 0.58 |
| Hex | 93 | 59 | CF | 1D | 39 | 0 | 13 | 10D | 37 | 3A |
| Octal | 223 | 131 | 317 | 35 | 71 | 0 | 23 | 415 | 67 | 72 |
| Binary | 10010011 | 1011001 | 11001111 | 11101 | 111001 | 0 | 10011 | 100001101 | 110111 | 111010 |
Color Harmonies of #9359CF
Complementary color
Monochromatic Colors of #9359CF
Black with #9359CF
Text Example
Text Example
White with #9359CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9359CF; }
p { color: rgb(147,89,207); }
H1.HeaderClassName
{
color: #9359CF;
}
.AnyTagClassName
{
color: #9359CF;
}
</style>
background-color css
<style>
a { background-color: #9359CF; }
a { background-color: rgb(147,89,207); }
div.DivClassName
{
background-color: #9359CF;
}
.BgClassName
{
background-color: #9359CF;
}
</style>
border-color css
<style>
span { border-color: #9359CF; }
span { border-color: rgb(147,89,207); }
td.TdClassName
{
border-color: #9359CF;
}
.TagClassName
{
border-color: #9359CF;
}
</style>