Shades of Amethyst #9360CE
Tints of Amethyst #9360CE
RGB
CMYK
RGB Variations
Color information
#9360CE (or 0x9360CE) is known color: Amethyst. HEX triplet: 93, 60 and CE. RGB value is (147,96,206). Sum of RGB (Red+Green+Blue) = 147+96+206=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #9360CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360CE is #6C9F31. Grayscale: #7B7B7B. Windows color (decimal): -7118642 or 13525139. OLE color: 13525139.
HSL color Cylindrical-coordinate representation of color #9360CE: hue angle of 267.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9360CE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 96 | 206 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.19 |
| HSL | 267.82º | 0.53% | 0.59% | - |
| HSV(B) | 267.82º | 0.53% | 0.81% | - |
| XYZ | 27.36 | 19.03 | 60.62 | - |
| YUV | 123.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 206 | 0.29 | 0.53 | 0 | 0.19 | 267.82 | 0.53 | 0.59 |
| Hex | 93 | 60 | CE | 1D | 35 | 0 | 13 | 10C | 35 | 3B |
| Octal | 223 | 140 | 316 | 35 | 65 | 0 | 23 | 414 | 65 | 73 |
| Binary | 10010011 | 1100000 | 11001110 | 11101 | 110101 | 0 | 10011 | 100001100 | 110101 | 111011 |
Color Harmonies of #9360CE
Complementary color
Monochromatic Colors of #9360CE
Black with #9360CE
Text Example
Text Example
White with #9360CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9360CE; }
p { color: rgb(147,96,206); }
H1.HeaderClassName
{
color: #9360CE;
}
.AnyTagClassName
{
color: #9360CE;
}
</style>
background-color css
<style>
a { background-color: #9360CE; }
a { background-color: rgb(147,96,206); }
div.DivClassName
{
background-color: #9360CE;
}
.BgClassName
{
background-color: #9360CE;
}
</style>
border-color css
<style>
span { border-color: #9360CE; }
span { border-color: rgb(147,96,206); }
td.TdClassName
{
border-color: #9360CE;
}
.TagClassName
{
border-color: #9360CE;
}
</style>