Shades of Amethyst #8857D0
Tints of Amethyst #8857D0
RGB
CMYK
RGB Variations
Color information
#8857D0 (or 0x8857D0) is known color: Amethyst. HEX triplet: 88, 57 and D0. RGB value is (136,87,208). Sum of RGB (Red+Green+Blue) = 136+87+208=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #8857D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8857D0 is #77A82F. Grayscale: #737373. Windows color (decimal): -7841840 or 13653896. OLE color: 13653896.
HSL color Cylindrical-coordinate representation of color #8857D0: hue angle of 264.3º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8857D0 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 87 | 208 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.18 |
| HSL | 264.3º | 0.56% | 0.58% | - |
| HSV(B) | 264.3º | 0.58% | 0.82% | - |
| XYZ | 24.95 | 16.6 | 61.56 | - |
| YUV | 115.45 | 180.23 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 87 | 208 | 0.35 | 0.58 | 0 | 0.18 | 264.3 | 0.56 | 0.58 |
| Hex | 88 | 57 | D0 | 23 | 3A | 0 | 12 | 108 | 38 | 3A |
| Octal | 210 | 127 | 320 | 43 | 72 | 0 | 22 | 410 | 70 | 72 |
| Binary | 10001000 | 1010111 | 11010000 | 100011 | 111010 | 0 | 10010 | 100001000 | 111000 | 111010 |
Color Harmonies of #8857D0
Complementary color
Monochromatic Colors of #8857D0
Black with #8857D0
Text Example
Text Example
White with #8857D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8857D0; }
p { color: rgb(136,87,208); }
H1.HeaderClassName
{
color: #8857D0;
}
.AnyTagClassName
{
color: #8857D0;
}
</style>
background-color css
<style>
a { background-color: #8857D0; }
a { background-color: rgb(136,87,208); }
div.DivClassName
{
background-color: #8857D0;
}
.BgClassName
{
background-color: #8857D0;
}
</style>
border-color css
<style>
span { border-color: #8857D0; }
span { border-color: rgb(136,87,208); }
td.TdClassName
{
border-color: #8857D0;
}
.TagClassName
{
border-color: #8857D0;
}
</style>