Shades of Amethyst #9564CC
Tints of Amethyst #9564CC
RGB
CMYK
RGB Variations
Color information
#9564CC (or 0x9564CC) is known color: Amethyst. HEX triplet: 95, 64 and CC. RGB value is (149,100,204). Sum of RGB (Red+Green+Blue) = 149+100+204=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #9564CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564CC is #6A9B33. Grayscale: #7E7E7E. Windows color (decimal): -6986548 or 13395093. OLE color: 13395093.
HSL color Cylindrical-coordinate representation of color #9564CC: hue angle of 268.27º 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 #9564CC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 100 | 204 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.2 |
| HSL | 268.27º | 0.5% | 0.6% | - |
| HSV(B) | 268.27º | 0.51% | 0.8% | - |
| XYZ | 27.85 | 19.86 | 59.49 | - |
| YUV | 126.51 | 171.73 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 204 | 0.27 | 0.51 | 0 | 0.2 | 268.27 | 0.5 | 0.6 |
| Hex | 95 | 64 | CC | 1B | 33 | 0 | 14 | 10C | 32 | 3C |
| Octal | 225 | 144 | 314 | 33 | 63 | 0 | 24 | 414 | 62 | 74 |
| Binary | 10010101 | 1100100 | 11001100 | 11011 | 110011 | 0 | 10100 | 100001100 | 110010 | 111100 |
Color Harmonies of #9564CC
Complementary color
Monochromatic Colors of #9564CC
Black with #9564CC
Text Example
Text Example
White with #9564CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9564CC; }
p { color: rgb(149,100,204); }
H1.HeaderClassName
{
color: #9564CC;
}
.AnyTagClassName
{
color: #9564CC;
}
</style>
background-color css
<style>
a { background-color: #9564CC; }
a { background-color: rgb(149,100,204); }
div.DivClassName
{
background-color: #9564CC;
}
.BgClassName
{
background-color: #9564CC;
}
</style>
border-color css
<style>
span { border-color: #9564CC; }
span { border-color: rgb(149,100,204); }
td.TdClassName
{
border-color: #9564CC;
}
.TagClassName
{
border-color: #9564CC;
}
</style>