Shades of Amethyst #9356CF
Tints of Amethyst #9356CF
RGB
CMYK
RGB Variations
Color information
#9356CF (or 0x9356CF) is known color: Amethyst. HEX triplet: 93, 56 and CF. RGB value is (147,86,207). Sum of RGB (Red+Green+Blue) = 147+86+207=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #9356CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356CF is #6CA930. Grayscale: #757575. Windows color (decimal): -7121201 or 13588115. OLE color: 13588115.
HSL color Cylindrical-coordinate representation of color #9356CF: hue angle of 270.25º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9356CF is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 86 | 207 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.19 |
| HSL | 270.25º | 0.56% | 0.57% | - |
| HSV(B) | 270.25º | 0.58% | 0.81% | - |
| XYZ | 26.62 | 17.36 | 60.98 | - |
| YUV | 118.03 | 178.21 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 207 | 0.29 | 0.58 | 0 | 0.19 | 270.25 | 0.56 | 0.57 |
| Hex | 93 | 56 | CF | 1D | 3A | 0 | 13 | 10E | 38 | 39 |
| Octal | 223 | 126 | 317 | 35 | 72 | 0 | 23 | 416 | 70 | 71 |
| Binary | 10010011 | 1010110 | 11001111 | 11101 | 111010 | 0 | 10011 | 100001110 | 111000 | 111001 |
Color Harmonies of #9356CF
Complementary color
Monochromatic Colors of #9356CF
Black with #9356CF
Text Example
Text Example
White with #9356CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356CF; }
p { color: rgb(147,86,207); }
H1.HeaderClassName
{
color: #9356CF;
}
.AnyTagClassName
{
color: #9356CF;
}
</style>
background-color css
<style>
a { background-color: #9356CF; }
a { background-color: rgb(147,86,207); }
div.DivClassName
{
background-color: #9356CF;
}
.BgClassName
{
background-color: #9356CF;
}
</style>
border-color css
<style>
span { border-color: #9356CF; }
span { border-color: rgb(147,86,207); }
td.TdClassName
{
border-color: #9356CF;
}
.TagClassName
{
border-color: #9356CF;
}
</style>