Shades of Amethyst #8757CA
Tints of Amethyst #8757CA
RGB
CMYK
RGB Variations
Color information
#8757CA (or 0x8757CA) is known color: Amethyst. HEX triplet: 87, 57 and CA. RGB value is (135,87,202). Sum of RGB (Red+Green+Blue) = 135+87+202=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #8757CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8757CA is #78A835. Grayscale: #727272. Windows color (decimal): -7907382 or 13260679. OLE color: 13260679.
HSL color Cylindrical-coordinate representation of color #8757CA: hue angle of 265.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8757CA is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 87 | 202 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.21 |
| HSL | 265.04º | 0.52% | 0.57% | - |
| HSV(B) | 265.04º | 0.57% | 0.79% | - |
| XYZ | 24.06 | 16.23 | 57.74 | - |
| YUV | 114.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 87 | 202 | 0.33 | 0.57 | 0 | 0.21 | 265.04 | 0.52 | 0.57 |
| Hex | 87 | 57 | CA | 21 | 39 | 0 | 15 | 109 | 34 | 39 |
| Octal | 207 | 127 | 312 | 41 | 71 | 0 | 25 | 411 | 64 | 71 |
| Binary | 10000111 | 1010111 | 11001010 | 100001 | 111001 | 0 | 10101 | 100001001 | 110100 | 111001 |
Color Harmonies of #8757CA
Complementary color
Monochromatic Colors of #8757CA
Black with #8757CA
Text Example
Text Example
White with #8757CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8757CA; }
p { color: rgb(135,87,202); }
H1.HeaderClassName
{
color: #8757CA;
}
.AnyTagClassName
{
color: #8757CA;
}
</style>
background-color css
<style>
a { background-color: #8757CA; }
a { background-color: rgb(135,87,202); }
div.DivClassName
{
background-color: #8757CA;
}
.BgClassName
{
background-color: #8757CA;
}
</style>
border-color css
<style>
span { border-color: #8757CA; }
span { border-color: rgb(135,87,202); }
td.TdClassName
{
border-color: #8757CA;
}
.TagClassName
{
border-color: #8757CA;
}
</style>