Shades of Amethyst #9560CB
Tints of Amethyst #9560CB
RGB
CMYK
RGB Variations
Color information
#9560CB (or 0x9560CB) is known color: Amethyst. HEX triplet: 95, 60 and CB. RGB value is (149,96,203). Sum of RGB (Red+Green+Blue) = 149+96+203=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #9560CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560CB is #6A9F34. Grayscale: #7B7B7B. Windows color (decimal): -6987573 or 13328533. OLE color: 13328533.
HSL color Cylindrical-coordinate representation of color #9560CB: hue angle of 269.72º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9560CB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 96 | 203 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.20 |
| HSL | 269.72º | 0.51% | 0.59% | - |
| HSV(B) | 269.72º | 0.53% | 0.8% | - |
| XYZ | 27.36 | 19.07 | 58.74 | - |
| YUV | 124.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 203 | 0.27 | 0.53 | 0 | 0.20 | 269.72 | 0.51 | 0.59 |
| Hex | 95 | 60 | CB | 1B | 35 | 0 | 14 | 10E | 33 | 3B |
| Octal | 225 | 140 | 313 | 33 | 65 | 0 | 24 | 416 | 63 | 73 |
| Binary | 10010101 | 1100000 | 11001011 | 11011 | 110101 | 0 | 10100 | 100001110 | 110011 | 111011 |
Color Harmonies of #9560CB
Complementary color
Monochromatic Colors of #9560CB
Black with #9560CB
Text Example
Text Example
White with #9560CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9560CB; }
p { color: rgb(149,96,203); }
H1.HeaderClassName
{
color: #9560CB;
}
.AnyTagClassName
{
color: #9560CB;
}
</style>
background-color css
<style>
a { background-color: #9560CB; }
a { background-color: rgb(149,96,203); }
div.DivClassName
{
background-color: #9560CB;
}
.BgClassName
{
background-color: #9560CB;
}
</style>
border-color css
<style>
span { border-color: #9560CB; }
span { border-color: rgb(149,96,203); }
td.TdClassName
{
border-color: #9560CB;
}
.TagClassName
{
border-color: #9560CB;
}
</style>