Shades of Amethyst #9564D8
Tints of Amethyst #9564D8
RGB
CMYK
RGB Variations
Color information
#9564D8 (or 0x9564D8) is known color: Amethyst. HEX triplet: 95, 64 and D8. RGB value is (149,100,216). Sum of RGB (Red+Green+Blue) = 149+100+216=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #9564D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564D8 is #6A9B27. Grayscale: #7F7F7F. Windows color (decimal): -6986536 or 14181525. OLE color: 14181525.
HSL color Cylindrical-coordinate representation of color #9564D8: hue angle of 265.34º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9564D8 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 100 | 216 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.15 |
| HSL | 265.34º | 0.6% | 0.62% | - |
| HSV(B) | 265.34º | 0.54% | 0.85% | - |
| XYZ | 29.35 | 20.46 | 67.37 | - |
| YUV | 127.88 | 177.73 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 216 | 0.31 | 0.54 | 0 | 0.15 | 265.34 | 0.6 | 0.62 |
| Hex | 95 | 64 | D8 | 1F | 36 | 0 | F | 109 | 3C | 3E |
| Octal | 225 | 144 | 330 | 37 | 66 | 0 | 17 | 411 | 74 | 76 |
| Binary | 10010101 | 1100100 | 11011000 | 11111 | 110110 | 0 | 1111 | 100001001 | 111100 | 111110 |
Color Harmonies of #9564D8
Complementary color
Monochromatic Colors of #9564D8
Black with #9564D8
Text Example
Text Example
White with #9564D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9564D8; }
p { color: rgb(149,100,216); }
H1.HeaderClassName
{
color: #9564D8;
}
.AnyTagClassName
{
color: #9564D8;
}
</style>
background-color css
<style>
a { background-color: #9564D8; }
a { background-color: rgb(149,100,216); }
div.DivClassName
{
background-color: #9564D8;
}
.BgClassName
{
background-color: #9564D8;
}
</style>
border-color css
<style>
span { border-color: #9564D8; }
span { border-color: rgb(149,100,216); }
td.TdClassName
{
border-color: #9564D8;
}
.TagClassName
{
border-color: #9564D8;
}
</style>