Shades of Amethyst #9564CD
Tints of Amethyst #9564CD
RGB
CMYK
RGB Variations
Color information
#9564CD (or 0x9564CD) is known color: Amethyst. HEX triplet: 95, 64 and CD. RGB value is (149,100,205). Sum of RGB (Red+Green+Blue) = 149+100+205=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #9564CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564CD is #6A9B32. Grayscale: #7E7E7E. Windows color (decimal): -6986547 or 13460629. OLE color: 13460629.
HSL color Cylindrical-coordinate representation of color #9564CD: hue angle of 268º degrees, saturation: 0.51, 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 #9564CD is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 100 | 205 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.20 |
| HSL | 268º | 0.51% | 0.6% | - |
| HSV(B) | 268º | 0.51% | 0.8% | - |
| XYZ | 27.97 | 19.91 | 60.13 | - |
| YUV | 126.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 205 | 0.27 | 0.51 | 0 | 0.20 | 268 | 0.51 | 0.6 |
| Hex | 95 | 64 | CD | 1B | 33 | 0 | 14 | 10C | 33 | 3C |
| Octal | 225 | 144 | 315 | 33 | 63 | 0 | 24 | 414 | 63 | 74 |
| Binary | 10010101 | 1100100 | 11001101 | 11011 | 110011 | 0 | 10100 | 100001100 | 110011 | 111100 |
Color Harmonies of #9564CD
Complementary color
Monochromatic Colors of #9564CD
Black with #9564CD
Text Example
Text Example
White with #9564CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9564CD; }
p { color: rgb(149,100,205); }
H1.HeaderClassName
{
color: #9564CD;
}
.AnyTagClassName
{
color: #9564CD;
}
</style>
background-color css
<style>
a { background-color: #9564CD; }
a { background-color: rgb(149,100,205); }
div.DivClassName
{
background-color: #9564CD;
}
.BgClassName
{
background-color: #9564CD;
}
</style>
border-color css
<style>
span { border-color: #9564CD; }
span { border-color: rgb(149,100,205); }
td.TdClassName
{
border-color: #9564CD;
}
.TagClassName
{
border-color: #9564CD;
}
</style>