Shades of Amethyst #9564C1
Tints of Amethyst #9564C1
RGB
CMYK
RGB Variations
Color information
#9564C1 (or 0x9564C1) is known color: Amethyst. HEX triplet: 95, 64 and C1. RGB value is (149,100,193). Sum of RGB (Red+Green+Blue) = 149+100+193=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #9564C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564C1 is #6A9B3E. Grayscale: #7C7C7C. Windows color (decimal): -6986559 or 12674197. OLE color: 12674197.
HSL color Cylindrical-coordinate representation of color #9564C1: hue angle of 271.61º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9564C1 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 100 | 193 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.24 |
| HSL | 271.61º | 0.43% | 0.57% | - |
| HSV(B) | 271.61º | 0.48% | 0.76% | - |
| XYZ | 26.58 | 19.35 | 52.79 | - |
| YUV | 125.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 193 | 0.23 | 0.48 | 0 | 0.24 | 271.61 | 0.43 | 0.57 |
| Hex | 95 | 64 | C1 | 17 | 30 | 0 | 18 | 110 | 2B | 39 |
| Octal | 225 | 144 | 301 | 27 | 60 | 0 | 30 | 420 | 53 | 71 |
| Binary | 10010101 | 1100100 | 11000001 | 10111 | 110000 | 0 | 11000 | 100010000 | 101011 | 111001 |
Color Harmonies of #9564C1
Complementary color
Monochromatic Colors of #9564C1
Black with #9564C1
Text Example
Text Example
White with #9564C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9564C1; }
p { color: rgb(149,100,193); }
H1.HeaderClassName
{
color: #9564C1;
}
.AnyTagClassName
{
color: #9564C1;
}
</style>
background-color css
<style>
a { background-color: #9564C1; }
a { background-color: rgb(149,100,193); }
div.DivClassName
{
background-color: #9564C1;
}
.BgClassName
{
background-color: #9564C1;
}
</style>
border-color css
<style>
span { border-color: #9564C1; }
span { border-color: rgb(149,100,193); }
td.TdClassName
{
border-color: #9564C1;
}
.TagClassName
{
border-color: #9564C1;
}
</style>