Shades of Amethyst #8559CB
Tints of Amethyst #8559CB
RGB
CMYK
RGB Variations
Color information
#8559CB (or 0x8559CB) is known color: Amethyst. HEX triplet: 85, 59 and CB. RGB value is (133,89,203). Sum of RGB (Red+Green+Blue) = 133+89+203=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #8559CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559CB is #7AA634. Grayscale: #727272. Windows color (decimal): -8037941 or 13326725. OLE color: 13326725.
HSL color Cylindrical-coordinate representation of color #8559CB: hue angle of 263.16º 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 #8559CB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 89 | 203 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.20 |
| HSL | 263.16º | 0.52% | 0.57% | - |
| HSV(B) | 263.16º | 0.56% | 0.8% | - |
| XYZ | 24.02 | 16.44 | 58.41 | - |
| YUV | 115.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 203 | 0.34 | 0.56 | 0 | 0.20 | 263.16 | 0.52 | 0.57 |
| Hex | 85 | 59 | CB | 22 | 38 | 0 | 14 | 107 | 34 | 39 |
| Octal | 205 | 131 | 313 | 42 | 70 | 0 | 24 | 407 | 64 | 71 |
| Binary | 10000101 | 1011001 | 11001011 | 100010 | 111000 | 0 | 10100 | 100000111 | 110100 | 111001 |
Color Harmonies of #8559CB
Complementary color
Monochromatic Colors of #8559CB
Black with #8559CB
Text Example
Text Example
White with #8559CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8559CB; }
p { color: rgb(133,89,203); }
H1.HeaderClassName
{
color: #8559CB;
}
.AnyTagClassName
{
color: #8559CB;
}
</style>
background-color css
<style>
a { background-color: #8559CB; }
a { background-color: rgb(133,89,203); }
div.DivClassName
{
background-color: #8559CB;
}
.BgClassName
{
background-color: #8559CB;
}
</style>
border-color css
<style>
span { border-color: #8559CB; }
span { border-color: rgb(133,89,203); }
td.TdClassName
{
border-color: #8559CB;
}
.TagClassName
{
border-color: #8559CB;
}
</style>