Shades of Amethyst #9358CC
Tints of Amethyst #9358CC
RGB
CMYK
RGB Variations
Color information
#9358CC (or 0x9358CC) is known color: Amethyst. HEX triplet: 93, 58 and CC. RGB value is (147,88,204). Sum of RGB (Red+Green+Blue) = 147+88+204=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #9358CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9358CC is #6CA733. Grayscale: #767676. Windows color (decimal): -7120692 or 13392019. OLE color: 13392019.
HSL color Cylindrical-coordinate representation of color #9358CC: hue angle of 270.52º 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 #9358CC is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 88 | 204 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.2 |
| HSL | 270.52º | 0.53% | 0.57% | - |
| HSV(B) | 270.52º | 0.57% | 0.8% | - |
| XYZ | 26.42 | 17.54 | 59.12 | - |
| YUV | 118.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 204 | 0.28 | 0.57 | 0 | 0.2 | 270.52 | 0.53 | 0.57 |
| Hex | 93 | 58 | CC | 1C | 39 | 0 | 14 | 10F | 35 | 39 |
| Octal | 223 | 130 | 314 | 34 | 71 | 0 | 24 | 417 | 65 | 71 |
| Binary | 10010011 | 1011000 | 11001100 | 11100 | 111001 | 0 | 10100 | 100001111 | 110101 | 111001 |
Color Harmonies of #9358CC
Complementary color
Monochromatic Colors of #9358CC
Black with #9358CC
Text Example
Text Example
White with #9358CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358CC; }
p { color: rgb(147,88,204); }
H1.HeaderClassName
{
color: #9358CC;
}
.AnyTagClassName
{
color: #9358CC;
}
</style>
background-color css
<style>
a { background-color: #9358CC; }
a { background-color: rgb(147,88,204); }
div.DivClassName
{
background-color: #9358CC;
}
.BgClassName
{
background-color: #9358CC;
}
</style>
border-color css
<style>
span { border-color: #9358CC; }
span { border-color: rgb(147,88,204); }
td.TdClassName
{
border-color: #9358CC;
}
.TagClassName
{
border-color: #9358CC;
}
</style>