Shades of Amethyst #8757D0
Tints of Amethyst #8757D0
RGB
CMYK
RGB Variations
Color information
#8757D0 (or 0x8757D0) is known color: Amethyst. HEX triplet: 87, 57 and D0. RGB value is (135,87,208). Sum of RGB (Red+Green+Blue) = 135+87+208=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 87 (34.38% from 255 or 20.23% 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 #8757D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8757D0 is #78A82F. Grayscale: #727272. Windows color (decimal): -7907376 or 13653895. OLE color: 13653895.
HSL color Cylindrical-coordinate representation of color #8757D0: hue angle of 263.8º 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 #8757D0 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 87 | 208 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.18 |
| HSL | 263.8º | 0.56% | 0.58% | - |
| HSV(B) | 263.8º | 0.58% | 0.82% | - |
| XYZ | 24.79 | 16.52 | 61.56 | - |
| YUV | 115.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 87 | 208 | 0.35 | 0.58 | 0 | 0.18 | 263.8 | 0.56 | 0.58 |
| Hex | 87 | 57 | D0 | 23 | 3A | 0 | 12 | 108 | 38 | 3A |
| Octal | 207 | 127 | 320 | 43 | 72 | 0 | 22 | 410 | 70 | 72 |
| Binary | 10000111 | 1010111 | 11010000 | 100011 | 111010 | 0 | 10010 | 100001000 | 111000 | 111010 |
Color Harmonies of #8757D0
Complementary color
Monochromatic Colors of #8757D0
Black with #8757D0
Text Example
Text Example
White with #8757D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8757D0; }
p { color: rgb(135,87,208); }
H1.HeaderClassName
{
color: #8757D0;
}
.AnyTagClassName
{
color: #8757D0;
}
</style>
background-color css
<style>
a { background-color: #8757D0; }
a { background-color: rgb(135,87,208); }
div.DivClassName
{
background-color: #8757D0;
}
.BgClassName
{
background-color: #8757D0;
}
</style>
border-color css
<style>
span { border-color: #8757D0; }
span { border-color: rgb(135,87,208); }
td.TdClassName
{
border-color: #8757D0;
}
.TagClassName
{
border-color: #8757D0;
}
</style>