Shades of Amethyst #8957CA
Tints of Amethyst #8957CA
RGB
CMYK
RGB Variations
Color information
#8957CA (or 0x8957CA) is known color: Amethyst. HEX triplet: 89, 57 and CA. RGB value is (137,87,202). Sum of RGB (Red+Green+Blue) = 137+87+202=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #8957CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8957CA is #76A835. Grayscale: #727272. Windows color (decimal): -7776310 or 13260681. OLE color: 13260681.
HSL color Cylindrical-coordinate representation of color #8957CA: hue angle of 266.09º 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 #8957CA is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 87 | 202 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.21 |
| HSL | 266.09º | 0.52% | 0.57% | - |
| HSV(B) | 266.09º | 0.57% | 0.79% | - |
| XYZ | 24.39 | 16.4 | 57.76 | - |
| YUV | 115.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 202 | 0.32 | 0.57 | 0 | 0.21 | 266.09 | 0.52 | 0.57 |
| Hex | 89 | 57 | CA | 20 | 39 | 0 | 15 | 10A | 34 | 39 |
| Octal | 211 | 127 | 312 | 40 | 71 | 0 | 25 | 412 | 64 | 71 |
| Binary | 10001001 | 1010111 | 11001010 | 100000 | 111001 | 0 | 10101 | 100001010 | 110100 | 111001 |
Color Harmonies of #8957CA
Complementary color
Monochromatic Colors of #8957CA
Black with #8957CA
Text Example
Text Example
White with #8957CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8957CA; }
p { color: rgb(137,87,202); }
H1.HeaderClassName
{
color: #8957CA;
}
.AnyTagClassName
{
color: #8957CA;
}
</style>
background-color css
<style>
a { background-color: #8957CA; }
a { background-color: rgb(137,87,202); }
div.DivClassName
{
background-color: #8957CA;
}
.BgClassName
{
background-color: #8957CA;
}
</style>
border-color css
<style>
span { border-color: #8957CA; }
span { border-color: rgb(137,87,202); }
td.TdClassName
{
border-color: #8957CA;
}
.TagClassName
{
border-color: #8957CA;
}
</style>