Shades of Amethyst #9559CB
Tints of Amethyst #9559CB
RGB
CMYK
RGB Variations
Color information
#9559CB (or 0x9559CB) is known color: Amethyst. HEX triplet: 95, 59 and CB. RGB value is (149,89,203). Sum of RGB (Red+Green+Blue) = 149+89+203=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #9559CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559CB is #6AA634. Grayscale: #777777. Windows color (decimal): -6989365 or 13326741. OLE color: 13326741.
HSL color Cylindrical-coordinate representation of color #9559CB: hue angle of 271.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9559CB is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 89 | 203 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.20 |
| HSL | 271.58º | 0.52% | 0.57% | - |
| HSV(B) | 271.58º | 0.56% | 0.8% | - |
| XYZ | 26.75 | 17.85 | 58.53 | - |
| YUV | 119.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 203 | 0.27 | 0.56 | 0 | 0.20 | 271.58 | 0.52 | 0.57 |
| Hex | 95 | 59 | CB | 1B | 38 | 0 | 14 | 110 | 34 | 39 |
| Octal | 225 | 131 | 313 | 33 | 70 | 0 | 24 | 420 | 64 | 71 |
| Binary | 10010101 | 1011001 | 11001011 | 11011 | 111000 | 0 | 10100 | 100010000 | 110100 | 111001 |
Color Harmonies of #9559CB
Complementary color
Monochromatic Colors of #9559CB
Black with #9559CB
Text Example
Text Example
White with #9559CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9559CB; }
p { color: rgb(149,89,203); }
H1.HeaderClassName
{
color: #9559CB;
}
.AnyTagClassName
{
color: #9559CB;
}
</style>
background-color css
<style>
a { background-color: #9559CB; }
a { background-color: rgb(149,89,203); }
div.DivClassName
{
background-color: #9559CB;
}
.BgClassName
{
background-color: #9559CB;
}
</style>
border-color css
<style>
span { border-color: #9559CB; }
span { border-color: rgb(149,89,203); }
td.TdClassName
{
border-color: #9559CB;
}
.TagClassName
{
border-color: #9559CB;
}
</style>