Shades of Amethyst #8657CA
Tints of Amethyst #8657CA
RGB
CMYK
RGB Variations
Color information
#8657CA (or 0x8657CA) is known color: Amethyst. HEX triplet: 86, 57 and CA. RGB value is (134,87,202). Sum of RGB (Red+Green+Blue) = 134+87+202=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #8657CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8657CA is #79A835. Grayscale: #717171. Windows color (decimal): -7972918 or 13260678. OLE color: 13260678.
HSL color Cylindrical-coordinate representation of color #8657CA: hue angle of 264.52º 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 #8657CA is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 87 | 202 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.21 |
| HSL | 264.52º | 0.52% | 0.57% | - |
| HSV(B) | 264.52º | 0.57% | 0.79% | - |
| XYZ | 23.9 | 16.15 | 57.73 | - |
| YUV | 114.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 202 | 0.34 | 0.57 | 0 | 0.21 | 264.52 | 0.52 | 0.57 |
| Hex | 86 | 57 | CA | 22 | 39 | 0 | 15 | 109 | 34 | 39 |
| Octal | 206 | 127 | 312 | 42 | 71 | 0 | 25 | 411 | 64 | 71 |
| Binary | 10000110 | 1010111 | 11001010 | 100010 | 111001 | 0 | 10101 | 100001001 | 110100 | 111001 |
Color Harmonies of #8657CA
Complementary color
Monochromatic Colors of #8657CA
Black with #8657CA
Text Example
Text Example
White with #8657CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8657CA; }
p { color: rgb(134,87,202); }
H1.HeaderClassName
{
color: #8657CA;
}
.AnyTagClassName
{
color: #8657CA;
}
</style>
background-color css
<style>
a { background-color: #8657CA; }
a { background-color: rgb(134,87,202); }
div.DivClassName
{
background-color: #8657CA;
}
.BgClassName
{
background-color: #8657CA;
}
</style>
border-color css
<style>
span { border-color: #8657CA; }
span { border-color: rgb(134,87,202); }
td.TdClassName
{
border-color: #8657CA;
}
.TagClassName
{
border-color: #8657CA;
}
</style>