Shades of Amethyst #9364CC
Tints of Amethyst #9364CC
RGB
CMYK
RGB Variations
Color information
#9364CC (or 0x9364CC) is known color: Amethyst. HEX triplet: 93, 64 and CC. RGB value is (147,100,204). Sum of RGB (Red+Green+Blue) = 147+100+204=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #9364CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9364CC is #6C9B33. Grayscale: #7D7D7D. Windows color (decimal): -7117620 or 13395091. OLE color: 13395091.
HSL color Cylindrical-coordinate representation of color #9364CC: hue angle of 267.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9364CC is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 100 | 204 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.2 |
| HSL | 267.12º | 0.5% | 0.6% | - |
| HSV(B) | 267.12º | 0.51% | 0.8% | - |
| XYZ | 27.49 | 19.68 | 59.48 | - |
| YUV | 125.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 204 | 0.28 | 0.51 | 0 | 0.2 | 267.12 | 0.5 | 0.6 |
| Hex | 93 | 64 | CC | 1C | 33 | 0 | 14 | 10B | 32 | 3C |
| Octal | 223 | 144 | 314 | 34 | 63 | 0 | 24 | 413 | 62 | 74 |
| Binary | 10010011 | 1100100 | 11001100 | 11100 | 110011 | 0 | 10100 | 100001011 | 110010 | 111100 |
Color Harmonies of #9364CC
Complementary color
Monochromatic Colors of #9364CC
Black with #9364CC
Text Example
Text Example
White with #9364CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9364CC; }
p { color: rgb(147,100,204); }
H1.HeaderClassName
{
color: #9364CC;
}
.AnyTagClassName
{
color: #9364CC;
}
</style>
background-color css
<style>
a { background-color: #9364CC; }
a { background-color: rgb(147,100,204); }
div.DivClassName
{
background-color: #9364CC;
}
.BgClassName
{
background-color: #9364CC;
}
</style>
border-color css
<style>
span { border-color: #9364CC; }
span { border-color: rgb(147,100,204); }
td.TdClassName
{
border-color: #9364CC;
}
.TagClassName
{
border-color: #9364CC;
}
</style>