Shades of Amethyst #8856CE
Tints of Amethyst #8856CE
RGB
CMYK
RGB Variations
Color information
#8856CE (or 0x8856CE) is known color: Amethyst. HEX triplet: 88, 56 and CE. RGB value is (136,86,206). Sum of RGB (Red+Green+Blue) = 136+86+206=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 86 (33.98% from 255 or 20.09% 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 #8856CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8856CE is #77A931. Grayscale: #727272. Windows color (decimal): -7842098 or 13522568. OLE color: 13522568.
HSL color Cylindrical-coordinate representation of color #8856CE: hue angle of 265º 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 #8856CE is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 86 | 206 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.19 |
| HSL | 265º | 0.55% | 0.57% | - |
| HSV(B) | 265º | 0.58% | 0.81% | - |
| XYZ | 24.62 | 16.35 | 60.25 | - |
| YUV | 114.63 | 179.57 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 206 | 0.34 | 0.58 | 0 | 0.19 | 265 | 0.55 | 0.57 |
| Hex | 88 | 56 | CE | 22 | 3A | 0 | 13 | 109 | 37 | 39 |
| Octal | 210 | 126 | 316 | 42 | 72 | 0 | 23 | 411 | 67 | 71 |
| Binary | 10001000 | 1010110 | 11001110 | 100010 | 111010 | 0 | 10011 | 100001001 | 110111 | 111001 |
Color Harmonies of #8856CE
Complementary color
Monochromatic Colors of #8856CE
Black with #8856CE
Text Example
Text Example
White with #8856CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8856CE; }
p { color: rgb(136,86,206); }
H1.HeaderClassName
{
color: #8856CE;
}
.AnyTagClassName
{
color: #8856CE;
}
</style>
background-color css
<style>
a { background-color: #8856CE; }
a { background-color: rgb(136,86,206); }
div.DivClassName
{
background-color: #8856CE;
}
.BgClassName
{
background-color: #8856CE;
}
</style>
border-color css
<style>
span { border-color: #8856CE; }
span { border-color: rgb(136,86,206); }
td.TdClassName
{
border-color: #8856CE;
}
.TagClassName
{
border-color: #8856CE;
}
</style>