Shades of Amethyst #8956CE
Tints of Amethyst #8956CE
RGB
CMYK
RGB Variations
Color information
#8956CE (or 0x8956CE) is known color: Amethyst. HEX triplet: 89, 56 and CE. RGB value is (137,86,206). Sum of RGB (Red+Green+Blue) = 137+86+206=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #8956CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8956CE is #76A931. Grayscale: #727272. Windows color (decimal): -7776562 or 13522569. OLE color: 13522569.
HSL color Cylindrical-coordinate representation of color #8956CE: hue angle of 265.5º 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 #8956CE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 86 | 206 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.19 |
| HSL | 265.5º | 0.55% | 0.57% | - |
| HSV(B) | 265.5º | 0.58% | 0.81% | - |
| XYZ | 24.78 | 16.43 | 60.26 | - |
| YUV | 114.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 206 | 0.33 | 0.58 | 0 | 0.19 | 265.5 | 0.55 | 0.57 |
| Hex | 89 | 56 | CE | 21 | 3A | 0 | 13 | 10A | 37 | 39 |
| Octal | 211 | 126 | 316 | 41 | 72 | 0 | 23 | 412 | 67 | 71 |
| Binary | 10001001 | 1010110 | 11001110 | 100001 | 111010 | 0 | 10011 | 100001010 | 110111 | 111001 |
Color Harmonies of #8956CE
Complementary color
Monochromatic Colors of #8956CE
Black with #8956CE
Text Example
Text Example
White with #8956CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8956CE; }
p { color: rgb(137,86,206); }
H1.HeaderClassName
{
color: #8956CE;
}
.AnyTagClassName
{
color: #8956CE;
}
</style>
background-color css
<style>
a { background-color: #8956CE; }
a { background-color: rgb(137,86,206); }
div.DivClassName
{
background-color: #8956CE;
}
.BgClassName
{
background-color: #8956CE;
}
</style>
border-color css
<style>
span { border-color: #8956CE; }
span { border-color: rgb(137,86,206); }
td.TdClassName
{
border-color: #8956CE;
}
.TagClassName
{
border-color: #8956CE;
}
</style>