Shades of Amethyst #9357CF
Tints of Amethyst #9357CF
RGB
CMYK
RGB Variations
Color information
#9357CF (or 0x9357CF) is known color: Amethyst. HEX triplet: 93, 57 and CF. RGB value is (147,87,207). Sum of RGB (Red+Green+Blue) = 147+87+207=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9357CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357CF is #6CA830. Grayscale: #767676. Windows color (decimal): -7120945 or 13588371. OLE color: 13588371.
HSL color Cylindrical-coordinate representation of color #9357CF: hue angle of 270º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9357CF is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 87 | 207 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.19 |
| HSL | 270º | 0.56% | 0.58% | - |
| HSV(B) | 270º | 0.58% | 0.81% | - |
| XYZ | 26.7 | 17.52 | 61.01 | - |
| YUV | 118.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 207 | 0.29 | 0.58 | 0 | 0.19 | 270 | 0.56 | 0.58 |
| Hex | 93 | 57 | CF | 1D | 3A | 0 | 13 | 10E | 38 | 3A |
| Octal | 223 | 127 | 317 | 35 | 72 | 0 | 23 | 416 | 70 | 72 |
| Binary | 10010011 | 1010111 | 11001111 | 11101 | 111010 | 0 | 10011 | 100001110 | 111000 | 111010 |
Color Harmonies of #9357CF
Complementary color
Monochromatic Colors of #9357CF
Black with #9357CF
Text Example
Text Example
White with #9357CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9357CF; }
p { color: rgb(147,87,207); }
H1.HeaderClassName
{
color: #9357CF;
}
.AnyTagClassName
{
color: #9357CF;
}
</style>
background-color css
<style>
a { background-color: #9357CF; }
a { background-color: rgb(147,87,207); }
div.DivClassName
{
background-color: #9357CF;
}
.BgClassName
{
background-color: #9357CF;
}
</style>
border-color css
<style>
span { border-color: #9357CF; }
span { border-color: rgb(147,87,207); }
td.TdClassName
{
border-color: #9357CF;
}
.TagClassName
{
border-color: #9357CF;
}
</style>