Shades of Amethyst #8757CE
Tints of Amethyst #8757CE
RGB
CMYK
RGB Variations
Color information
#8757CE (or 0x8757CE) is known color: Amethyst. HEX triplet: 87, 57 and CE. RGB value is (135,87,206). Sum of RGB (Red+Green+Blue) = 135+87+206=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #8757CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8757CE is #78A831. Grayscale: #727272. Windows color (decimal): -7907378 or 13522823. OLE color: 13522823.
HSL color Cylindrical-coordinate representation of color #8757CE: hue angle of 264.2º 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 #8757CE is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 87 | 206 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.19 |
| HSL | 264.2º | 0.55% | 0.57% | - |
| HSV(B) | 264.2º | 0.58% | 0.81% | - |
| XYZ | 24.54 | 16.42 | 60.27 | - |
| YUV | 114.92 | 179.4 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 87 | 206 | 0.34 | 0.58 | 0 | 0.19 | 264.2 | 0.55 | 0.57 |
| Hex | 87 | 57 | CE | 22 | 3A | 0 | 13 | 108 | 37 | 39 |
| Octal | 207 | 127 | 316 | 42 | 72 | 0 | 23 | 410 | 67 | 71 |
| Binary | 10000111 | 1010111 | 11001110 | 100010 | 111010 | 0 | 10011 | 100001000 | 110111 | 111001 |
Color Harmonies of #8757CE
Complementary color
Monochromatic Colors of #8757CE
Black with #8757CE
Text Example
Text Example
White with #8757CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8757CE; }
p { color: rgb(135,87,206); }
H1.HeaderClassName
{
color: #8757CE;
}
.AnyTagClassName
{
color: #8757CE;
}
</style>
background-color css
<style>
a { background-color: #8757CE; }
a { background-color: rgb(135,87,206); }
div.DivClassName
{
background-color: #8757CE;
}
.BgClassName
{
background-color: #8757CE;
}
</style>
border-color css
<style>
span { border-color: #8757CE; }
span { border-color: rgb(135,87,206); }
td.TdClassName
{
border-color: #8757CE;
}
.TagClassName
{
border-color: #8757CE;
}
</style>