Shades of Amethyst #8759D0
Tints of Amethyst #8759D0
RGB
CMYK
RGB Variations
Color information
#8759D0 (or 0x8759D0) is known color: Amethyst. HEX triplet: 87, 59 and D0. RGB value is (135,89,208). Sum of RGB (Red+Green+Blue) = 135+89+208=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #8759D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8759D0 is #78A62F. Grayscale: #737373. Windows color (decimal): -7906864 or 13654407. OLE color: 13654407.
HSL color Cylindrical-coordinate representation of color #8759D0: hue angle of 263.19º 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 #8759D0 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 89 | 208 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.18 |
| HSL | 263.19º | 0.56% | 0.58% | - |
| HSV(B) | 263.19º | 0.57% | 0.82% | - |
| XYZ | 24.95 | 16.85 | 61.61 | - |
| YUV | 116.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 208 | 0.35 | 0.57 | 0 | 0.18 | 263.19 | 0.56 | 0.58 |
| Hex | 87 | 59 | D0 | 23 | 39 | 0 | 12 | 107 | 38 | 3A |
| Octal | 207 | 131 | 320 | 43 | 71 | 0 | 22 | 407 | 70 | 72 |
| Binary | 10000111 | 1011001 | 11010000 | 100011 | 111001 | 0 | 10010 | 100000111 | 111000 | 111010 |
Color Harmonies of #8759D0
Complementary color
Monochromatic Colors of #8759D0
Black with #8759D0
Text Example
Text Example
White with #8759D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8759D0; }
p { color: rgb(135,89,208); }
H1.HeaderClassName
{
color: #8759D0;
}
.AnyTagClassName
{
color: #8759D0;
}
</style>
background-color css
<style>
a { background-color: #8759D0; }
a { background-color: rgb(135,89,208); }
div.DivClassName
{
background-color: #8759D0;
}
.BgClassName
{
background-color: #8759D0;
}
</style>
border-color css
<style>
span { border-color: #8759D0; }
span { border-color: rgb(135,89,208); }
td.TdClassName
{
border-color: #8759D0;
}
.TagClassName
{
border-color: #8759D0;
}
</style>