Shades of Amethyst #8657CE
Tints of Amethyst #8657CE
RGB
CMYK
RGB Variations
Color information
#8657CE (or 0x8657CE) is known color: Amethyst. HEX triplet: 86, 57 and CE. RGB value is (134,87,206). Sum of RGB (Red+Green+Blue) = 134+87+206=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #8657CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8657CE is #79A831. Grayscale: #727272. Windows color (decimal): -7972914 or 13522822. OLE color: 13522822.
HSL color Cylindrical-coordinate representation of color #8657CE: hue angle of 263.7º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8657CE is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 87 | 206 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.19 |
| HSL | 263.7º | 0.55% | 0.57% | - |
| HSV(B) | 263.7º | 0.58% | 0.81% | - |
| XYZ | 24.38 | 16.34 | 60.26 | - |
| YUV | 114.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 206 | 0.35 | 0.58 | 0 | 0.19 | 263.7 | 0.55 | 0.57 |
| Hex | 86 | 57 | CE | 23 | 3A | 0 | 13 | 108 | 37 | 39 |
| Octal | 206 | 127 | 316 | 43 | 72 | 0 | 23 | 410 | 67 | 71 |
| Binary | 10000110 | 1010111 | 11001110 | 100011 | 111010 | 0 | 10011 | 100001000 | 110111 | 111001 |
Color Harmonies of #8657CE
Complementary color
Monochromatic Colors of #8657CE
Black with #8657CE
Text Example
Text Example
White with #8657CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8657CE; }
p { color: rgb(134,87,206); }
H1.HeaderClassName
{
color: #8657CE;
}
.AnyTagClassName
{
color: #8657CE;
}
</style>
background-color css
<style>
a { background-color: #8657CE; }
a { background-color: rgb(134,87,206); }
div.DivClassName
{
background-color: #8657CE;
}
.BgClassName
{
background-color: #8657CE;
}
</style>
border-color css
<style>
span { border-color: #8657CE; }
span { border-color: rgb(134,87,206); }
td.TdClassName
{
border-color: #8657CE;
}
.TagClassName
{
border-color: #8657CE;
}
</style>