Shades of Amethyst #9560CE
Tints of Amethyst #9560CE
RGB
CMYK
RGB Variations
Color information
#9560CE (or 0x9560CE) is known color: Amethyst. HEX triplet: 95, 60 and CE. RGB value is (149,96,206). Sum of RGB (Red+Green+Blue) = 149+96+206=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #9560CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560CE is #6A9F31. Grayscale: #7C7C7C. Windows color (decimal): -6987570 or 13525141. OLE color: 13525141.
HSL color Cylindrical-coordinate representation of color #9560CE: hue angle of 268.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9560CE is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 96 | 206 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.19 |
| HSL | 268.91º | 0.53% | 0.59% | - |
| HSV(B) | 268.91º | 0.53% | 0.81% | - |
| XYZ | 27.72 | 19.21 | 60.64 | - |
| YUV | 124.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 206 | 0.28 | 0.53 | 0 | 0.19 | 268.91 | 0.53 | 0.59 |
| Hex | 95 | 60 | CE | 1C | 35 | 0 | 13 | 10D | 35 | 3B |
| Octal | 225 | 140 | 316 | 34 | 65 | 0 | 23 | 415 | 65 | 73 |
| Binary | 10010101 | 1100000 | 11001110 | 11100 | 110101 | 0 | 10011 | 100001101 | 110101 | 111011 |
Color Harmonies of #9560CE
Complementary color
Monochromatic Colors of #9560CE
Black with #9560CE
Text Example
Text Example
White with #9560CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9560CE; }
p { color: rgb(149,96,206); }
H1.HeaderClassName
{
color: #9560CE;
}
.AnyTagClassName
{
color: #9560CE;
}
</style>
background-color css
<style>
a { background-color: #9560CE; }
a { background-color: rgb(149,96,206); }
div.DivClassName
{
background-color: #9560CE;
}
.BgClassName
{
background-color: #9560CE;
}
</style>
border-color css
<style>
span { border-color: #9560CE; }
span { border-color: rgb(149,96,206); }
td.TdClassName
{
border-color: #9560CE;
}
.TagClassName
{
border-color: #9560CE;
}
</style>