Shades of Amethyst #8657D0
Tints of Amethyst #8657D0
RGB
CMYK
RGB Variations
Color information
#8657D0 (or 0x8657D0) is known color: Amethyst. HEX triplet: 86, 57 and D0. RGB value is (134,87,208). Sum of RGB (Red+Green+Blue) = 134+87+208=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #8657D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8657D0 is #79A82F. Grayscale: #727272. Windows color (decimal): -7972912 or 13653894. OLE color: 13653894.
HSL color Cylindrical-coordinate representation of color #8657D0: hue angle of 263.31º 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 #8657D0 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 87 | 208 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.18 |
| HSL | 263.31º | 0.56% | 0.58% | - |
| HSV(B) | 263.31º | 0.58% | 0.82% | - |
| XYZ | 24.62 | 16.44 | 61.55 | - |
| YUV | 114.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 208 | 0.36 | 0.58 | 0 | 0.18 | 263.31 | 0.56 | 0.58 |
| Hex | 86 | 57 | D0 | 24 | 3A | 0 | 12 | 107 | 38 | 3A |
| Octal | 206 | 127 | 320 | 44 | 72 | 0 | 22 | 407 | 70 | 72 |
| Binary | 10000110 | 1010111 | 11010000 | 100100 | 111010 | 0 | 10010 | 100000111 | 111000 | 111010 |
Color Harmonies of #8657D0
Complementary color
Monochromatic Colors of #8657D0
Black with #8657D0
Text Example
Text Example
White with #8657D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8657D0; }
p { color: rgb(134,87,208); }
H1.HeaderClassName
{
color: #8657D0;
}
.AnyTagClassName
{
color: #8657D0;
}
</style>
background-color css
<style>
a { background-color: #8657D0; }
a { background-color: rgb(134,87,208); }
div.DivClassName
{
background-color: #8657D0;
}
.BgClassName
{
background-color: #8657D0;
}
</style>
border-color css
<style>
span { border-color: #8657D0; }
span { border-color: rgb(134,87,208); }
td.TdClassName
{
border-color: #8657D0;
}
.TagClassName
{
border-color: #8657D0;
}
</style>