Shades of Amethyst #9559CC
Tints of Amethyst #9559CC
RGB
CMYK
RGB Variations
Color information
#9559CC (or 0x9559CC) is known color: Amethyst. HEX triplet: 95, 59 and CC. RGB value is (149,89,204). Sum of RGB (Red+Green+Blue) = 149+89+204=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #9559CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559CC is #6AA633. Grayscale: #777777. Windows color (decimal): -6989364 or 13392277. OLE color: 13392277.
HSL color Cylindrical-coordinate representation of color #9559CC: hue angle of 271.3º degrees, saturation: 0.53, 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 #9559CC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 89 | 204 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.2 |
| HSL | 271.3º | 0.53% | 0.57% | - |
| HSV(B) | 271.3º | 0.56% | 0.8% | - |
| XYZ | 26.87 | 17.89 | 59.16 | - |
| YUV | 120.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 204 | 0.27 | 0.56 | 0 | 0.2 | 271.3 | 0.53 | 0.57 |
| Hex | 95 | 59 | CC | 1B | 38 | 0 | 14 | 10F | 35 | 39 |
| Octal | 225 | 131 | 314 | 33 | 70 | 0 | 24 | 417 | 65 | 71 |
| Binary | 10010101 | 1011001 | 11001100 | 11011 | 111000 | 0 | 10100 | 100001111 | 110101 | 111001 |
Color Harmonies of #9559CC
Complementary color
Monochromatic Colors of #9559CC
Black with #9559CC
Text Example
Text Example
White with #9559CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9559CC; }
p { color: rgb(149,89,204); }
H1.HeaderClassName
{
color: #9559CC;
}
.AnyTagClassName
{
color: #9559CC;
}
</style>
background-color css
<style>
a { background-color: #9559CC; }
a { background-color: rgb(149,89,204); }
div.DivClassName
{
background-color: #9559CC;
}
.BgClassName
{
background-color: #9559CC;
}
</style>
border-color css
<style>
span { border-color: #9559CC; }
span { border-color: rgb(149,89,204); }
td.TdClassName
{
border-color: #9559CC;
}
.TagClassName
{
border-color: #9559CC;
}
</style>