Shades of Amethyst #8850D8
Tints of Amethyst #8850D8
RGB
CMYK
RGB Variations
Color information
#8850D8 (or 0x8850D8) is known color: Amethyst. HEX triplet: 88, 50 and D8. RGB value is (136,80,216). Sum of RGB (Red+Green+Blue) = 136+80+216=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #8850D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850D8 is #77AF27. Grayscale: #6F6F6F. Windows color (decimal): -7843624 or 14176392. OLE color: 14176392.
HSL color Cylindrical-coordinate representation of color #8850D8: hue angle of 264.71º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8850D8 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 80 | 216 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.15 |
| HSL | 264.71º | 0.64% | 0.58% | - |
| HSV(B) | 264.71º | 0.63% | 0.85% | - |
| XYZ | 25.42 | 15.93 | 66.7 | - |
| YUV | 112.25 | 186.55 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 216 | 0.37 | 0.63 | 0 | 0.15 | 264.71 | 0.64 | 0.58 |
| Hex | 88 | 50 | D8 | 25 | 3F | 0 | F | 109 | 40 | 3A |
| Octal | 210 | 120 | 330 | 45 | 77 | 0 | 17 | 411 | 100 | 72 |
| Binary | 10001000 | 1010000 | 11011000 | 100101 | 111111 | 0 | 1111 | 100001001 | 1000000 | 111010 |
Color Harmonies of #8850D8
Complementary color
Monochromatic Colors of #8850D8
Black with #8850D8
Text Example
Text Example
White with #8850D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850D8; }
p { color: rgb(136,80,216); }
H1.HeaderClassName
{
color: #8850D8;
}
.AnyTagClassName
{
color: #8850D8;
}
</style>
background-color css
<style>
a { background-color: #8850D8; }
a { background-color: rgb(136,80,216); }
div.DivClassName
{
background-color: #8850D8;
}
.BgClassName
{
background-color: #8850D8;
}
</style>
border-color css
<style>
span { border-color: #8850D8; }
span { border-color: rgb(136,80,216); }
td.TdClassName
{
border-color: #8850D8;
}
.TagClassName
{
border-color: #8850D8;
}
</style>