Shades of Amethyst #9564D5
Tints of Amethyst #9564D5
RGB
CMYK
RGB Variations
Color information
#9564D5 (or 0x9564D5) is known color: Amethyst. HEX triplet: 95, 64 and D5. RGB value is (149,100,213). Sum of RGB (Red+Green+Blue) = 149+100+213=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #9564D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564D5 is #6A9B2A. Grayscale: #7F7F7F. Windows color (decimal): -6986539 or 13984917. OLE color: 13984917.
HSL color Cylindrical-coordinate representation of color #9564D5: hue angle of 266.02º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9564D5 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 100 | 213 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.16 |
| HSL | 266.02º | 0.57% | 0.61% | - |
| HSV(B) | 266.02º | 0.53% | 0.84% | - |
| XYZ | 28.96 | 20.31 | 65.34 | - |
| YUV | 127.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 213 | 0.30 | 0.53 | 0 | 0.16 | 266.02 | 0.57 | 0.61 |
| Hex | 95 | 64 | D5 | 1E | 35 | 0 | 10 | 10A | 39 | 3D |
| Octal | 225 | 144 | 325 | 36 | 65 | 0 | 20 | 412 | 71 | 75 |
| Binary | 10010101 | 1100100 | 11010101 | 11110 | 110101 | 0 | 10000 | 100001010 | 111001 | 111101 |
Color Harmonies of #9564D5
Complementary color
Monochromatic Colors of #9564D5
Black with #9564D5
Text Example
Text Example
White with #9564D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9564D5; }
p { color: rgb(149,100,213); }
H1.HeaderClassName
{
color: #9564D5;
}
.AnyTagClassName
{
color: #9564D5;
}
</style>
background-color css
<style>
a { background-color: #9564D5; }
a { background-color: rgb(149,100,213); }
div.DivClassName
{
background-color: #9564D5;
}
.BgClassName
{
background-color: #9564D5;
}
</style>
border-color css
<style>
span { border-color: #9564D5; }
span { border-color: rgb(149,100,213); }
td.TdClassName
{
border-color: #9564D5;
}
.TagClassName
{
border-color: #9564D5;
}
</style>