Shades of Amethyst #9358CE
Tints of Amethyst #9358CE
RGB
CMYK
RGB Variations
Color information
#9358CE (or 0x9358CE) is known color: Amethyst. HEX triplet: 93, 58 and CE. RGB value is (147,88,206). Sum of RGB (Red+Green+Blue) = 147+88+206=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #9358CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9358CE is #6CA731. Grayscale: #767676. Windows color (decimal): -7120690 or 13523091. OLE color: 13523091.
HSL color Cylindrical-coordinate representation of color #9358CE: hue angle of 270º 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 #9358CE is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 88 | 206 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.19 |
| HSL | 270º | 0.55% | 0.58% | - |
| HSV(B) | 270º | 0.57% | 0.81% | - |
| XYZ | 26.66 | 17.64 | 60.39 | - |
| YUV | 119.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 206 | 0.29 | 0.57 | 0 | 0.19 | 270 | 0.55 | 0.58 |
| Hex | 93 | 58 | CE | 1D | 39 | 0 | 13 | 10E | 37 | 3A |
| Octal | 223 | 130 | 316 | 35 | 71 | 0 | 23 | 416 | 67 | 72 |
| Binary | 10010011 | 1011000 | 11001110 | 11101 | 111001 | 0 | 10011 | 100001110 | 110111 | 111010 |
Color Harmonies of #9358CE
Complementary color
Monochromatic Colors of #9358CE
Black with #9358CE
Text Example
Text Example
White with #9358CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358CE; }
p { color: rgb(147,88,206); }
H1.HeaderClassName
{
color: #9358CE;
}
.AnyTagClassName
{
color: #9358CE;
}
</style>
background-color css
<style>
a { background-color: #9358CE; }
a { background-color: rgb(147,88,206); }
div.DivClassName
{
background-color: #9358CE;
}
.BgClassName
{
background-color: #9358CE;
}
</style>
border-color css
<style>
span { border-color: #9358CE; }
span { border-color: rgb(147,88,206); }
td.TdClassName
{
border-color: #9358CE;
}
.TagClassName
{
border-color: #9358CE;
}
</style>