Shades of Amethyst #8559D0
Tints of Amethyst #8559D0
RGB
CMYK
RGB Variations
Color information
#8559D0 (or 0x8559D0) is known color: Amethyst. HEX triplet: 85, 59 and D0. RGB value is (133,89,208). Sum of RGB (Red+Green+Blue) = 133+89+208=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #8559D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559D0 is #7AA62F. Grayscale: #737373. Windows color (decimal): -8037936 or 13654405. OLE color: 13654405.
HSL color Cylindrical-coordinate representation of color #8559D0: hue angle of 262.18º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8559D0 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 89 | 208 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.18 |
| HSL | 262.18º | 0.56% | 0.58% | - |
| HSV(B) | 262.18º | 0.57% | 0.82% | - |
| XYZ | 24.63 | 16.69 | 61.6 | - |
| YUV | 115.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 208 | 0.36 | 0.57 | 0 | 0.18 | 262.18 | 0.56 | 0.58 |
| Hex | 85 | 59 | D0 | 24 | 39 | 0 | 12 | 106 | 38 | 3A |
| Octal | 205 | 131 | 320 | 44 | 71 | 0 | 22 | 406 | 70 | 72 |
| Binary | 10000101 | 1011001 | 11010000 | 100100 | 111001 | 0 | 10010 | 100000110 | 111000 | 111010 |
Color Harmonies of #8559D0
Complementary color
Monochromatic Colors of #8559D0
Black with #8559D0
Text Example
Text Example
White with #8559D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8559D0; }
p { color: rgb(133,89,208); }
H1.HeaderClassName
{
color: #8559D0;
}
.AnyTagClassName
{
color: #8559D0;
}
</style>
background-color css
<style>
a { background-color: #8559D0; }
a { background-color: rgb(133,89,208); }
div.DivClassName
{
background-color: #8559D0;
}
.BgClassName
{
background-color: #8559D0;
}
</style>
border-color css
<style>
span { border-color: #8559D0; }
span { border-color: rgb(133,89,208); }
td.TdClassName
{
border-color: #8559D0;
}
.TagClassName
{
border-color: #8559D0;
}
</style>