Shades of Amethyst #9365CC
Tints of Amethyst #9365CC
RGB
CMYK
RGB Variations
Color information
#9365CC (or 0x9365CC) is known color: Amethyst. HEX triplet: 93, 65 and CC. RGB value is (147,101,204). Sum of RGB (Red+Green+Blue) = 147+101+204=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #9365CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365CC is #6C9A33. Grayscale: #7E7E7E. Windows color (decimal): -7117364 or 13395347. OLE color: 13395347.
HSL color Cylindrical-coordinate representation of color #9365CC: hue angle of 266.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9365CC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 101 | 204 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.2 |
| HSL | 266.8º | 0.5% | 0.6% | - |
| HSV(B) | 266.8º | 0.5% | 0.8% | - |
| XYZ | 27.59 | 19.87 | 59.51 | - |
| YUV | 126.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 101 | 204 | 0.28 | 0.50 | 0 | 0.2 | 266.8 | 0.5 | 0.6 |
| Hex | 93 | 65 | CC | 1C | 32 | 0 | 14 | 10B | 32 | 3C |
| Octal | 223 | 145 | 314 | 34 | 62 | 0 | 24 | 413 | 62 | 74 |
| Binary | 10010011 | 1100101 | 11001100 | 11100 | 110010 | 0 | 10100 | 100001011 | 110010 | 111100 |
Color Harmonies of #9365CC
Complementary color
Monochromatic Colors of #9365CC
Black with #9365CC
Text Example
Text Example
White with #9365CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9365CC; }
p { color: rgb(147,101,204); }
H1.HeaderClassName
{
color: #9365CC;
}
.AnyTagClassName
{
color: #9365CC;
}
</style>
background-color css
<style>
a { background-color: #9365CC; }
a { background-color: rgb(147,101,204); }
div.DivClassName
{
background-color: #9365CC;
}
.BgClassName
{
background-color: #9365CC;
}
</style>
border-color css
<style>
span { border-color: #9365CC; }
span { border-color: rgb(147,101,204); }
td.TdClassName
{
border-color: #9365CC;
}
.TagClassName
{
border-color: #9365CC;
}
</style>