Shades of Amethyst #8959D0
Tints of Amethyst #8959D0
RGB
CMYK
RGB Variations
Color information
#8959D0 (or 0x8959D0) is known color: Amethyst. HEX triplet: 89, 59 and D0. RGB value is (137,89,208). Sum of RGB (Red+Green+Blue) = 137+89+208=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #8959D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8959D0 is #76A62F. Grayscale: #747474. Windows color (decimal): -7775792 or 13654409. OLE color: 13654409.
HSL color Cylindrical-coordinate representation of color #8959D0: hue angle of 264.2º 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 #8959D0 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 89 | 208 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.18 |
| HSL | 264.2º | 0.56% | 0.58% | - |
| HSV(B) | 264.2º | 0.57% | 0.82% | - |
| XYZ | 25.27 | 17.02 | 61.63 | - |
| YUV | 116.92 | 179.4 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 208 | 0.34 | 0.57 | 0 | 0.18 | 264.2 | 0.56 | 0.58 |
| Hex | 89 | 59 | D0 | 22 | 39 | 0 | 12 | 108 | 38 | 3A |
| Octal | 211 | 131 | 320 | 42 | 71 | 0 | 22 | 410 | 70 | 72 |
| Binary | 10001001 | 1011001 | 11010000 | 100010 | 111001 | 0 | 10010 | 100001000 | 111000 | 111010 |
Color Harmonies of #8959D0
Complementary color
Monochromatic Colors of #8959D0
Black with #8959D0
Text Example
Text Example
White with #8959D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8959D0; }
p { color: rgb(137,89,208); }
H1.HeaderClassName
{
color: #8959D0;
}
.AnyTagClassName
{
color: #8959D0;
}
</style>
background-color css
<style>
a { background-color: #8959D0; }
a { background-color: rgb(137,89,208); }
div.DivClassName
{
background-color: #8959D0;
}
.BgClassName
{
background-color: #8959D0;
}
</style>
border-color css
<style>
span { border-color: #8959D0; }
span { border-color: rgb(137,89,208); }
td.TdClassName
{
border-color: #8959D0;
}
.TagClassName
{
border-color: #8959D0;
}
</style>