Shades of Amethyst #8856C8
Tints of Amethyst #8856C8
RGB
CMYK
RGB Variations
Color information
#8856C8 (or 0x8856C8) is known color: Amethyst. HEX triplet: 88, 56 and C8. RGB value is (136,86,200). Sum of RGB (Red+Green+Blue) = 136+86+200=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #8856C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8856C8 is #77A937. Grayscale: #717171. Windows color (decimal): -7842104 or 13129352. OLE color: 13129352.
HSL color Cylindrical-coordinate representation of color #8856C8: hue angle of 266.32º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8856C8 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 86 | 200 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.22 |
| HSL | 266.32º | 0.51% | 0.56% | - |
| HSV(B) | 266.32º | 0.57% | 0.78% | - |
| XYZ | 23.91 | 16.06 | 56.48 | - |
| YUV | 113.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 200 | 0.32 | 0.57 | 0 | 0.22 | 266.32 | 0.51 | 0.56 |
| Hex | 88 | 56 | C8 | 20 | 39 | 0 | 16 | 10A | 33 | 38 |
| Octal | 210 | 126 | 310 | 40 | 71 | 0 | 26 | 412 | 63 | 70 |
| Binary | 10001000 | 1010110 | 11001000 | 100000 | 111001 | 0 | 10110 | 100001010 | 110011 | 111000 |
Color Harmonies of #8856C8
Complementary color
Monochromatic Colors of #8856C8
Black with #8856C8
Text Example
Text Example
White with #8856C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8856C8; }
p { color: rgb(136,86,200); }
H1.HeaderClassName
{
color: #8856C8;
}
.AnyTagClassName
{
color: #8856C8;
}
</style>
background-color css
<style>
a { background-color: #8856C8; }
a { background-color: rgb(136,86,200); }
div.DivClassName
{
background-color: #8856C8;
}
.BgClassName
{
background-color: #8856C8;
}
</style>
border-color css
<style>
span { border-color: #8856C8; }
span { border-color: rgb(136,86,200); }
td.TdClassName
{
border-color: #8856C8;
}
.TagClassName
{
border-color: #8856C8;
}
</style>