Shades of Amethyst #9360CC
Tints of Amethyst #9360CC
RGB
CMYK
RGB Variations
Color information
#9360CC (or 0x9360CC) is known color: Amethyst. HEX triplet: 93, 60 and CC. RGB value is (147,96,204). Sum of RGB (Red+Green+Blue) = 147+96+204=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #9360CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360CC is #6C9F33. Grayscale: #7B7B7B. Windows color (decimal): -7118644 or 13394067. OLE color: 13394067.
HSL color Cylindrical-coordinate representation of color #9360CC: hue angle of 268.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9360CC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 96 | 204 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.2 |
| HSL | 268.33º | 0.51% | 0.59% | - |
| HSV(B) | 268.33º | 0.53% | 0.8% | - |
| XYZ | 27.11 | 18.93 | 59.35 | - |
| YUV | 123.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 204 | 0.28 | 0.53 | 0 | 0.2 | 268.33 | 0.51 | 0.59 |
| Hex | 93 | 60 | CC | 1C | 35 | 0 | 14 | 10C | 33 | 3B |
| Octal | 223 | 140 | 314 | 34 | 65 | 0 | 24 | 414 | 63 | 73 |
| Binary | 10010011 | 1100000 | 11001100 | 11100 | 110101 | 0 | 10100 | 100001100 | 110011 | 111011 |
Color Harmonies of #9360CC
Complementary color
Monochromatic Colors of #9360CC
Black with #9360CC
Text Example
Text Example
White with #9360CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9360CC; }
p { color: rgb(147,96,204); }
H1.HeaderClassName
{
color: #9360CC;
}
.AnyTagClassName
{
color: #9360CC;
}
</style>
background-color css
<style>
a { background-color: #9360CC; }
a { background-color: rgb(147,96,204); }
div.DivClassName
{
background-color: #9360CC;
}
.BgClassName
{
background-color: #9360CC;
}
</style>
border-color css
<style>
span { border-color: #9360CC; }
span { border-color: rgb(147,96,204); }
td.TdClassName
{
border-color: #9360CC;
}
.TagClassName
{
border-color: #9360CC;
}
</style>