Shades of Amethyst #8851D6
Tints of Amethyst #8851D6
RGB
CMYK
RGB Variations
Color information
#8851D6 (or 0x8851D6) is known color: Amethyst. HEX triplet: 88, 51 and D6. RGB value is (136,81,214). Sum of RGB (Red+Green+Blue) = 136+81+214=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #8851D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8851D6 is #77AE29. Grayscale: #707070. Windows color (decimal): -7843370 or 14045576. OLE color: 14045576.
HSL color Cylindrical-coordinate representation of color #8851D6: hue angle of 264.81º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8851D6 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 81 | 214 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.16 |
| HSL | 264.81º | 0.62% | 0.58% | - |
| HSV(B) | 264.81º | 0.62% | 0.84% | - |
| XYZ | 25.23 | 15.97 | 65.37 | - |
| YUV | 112.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 214 | 0.36 | 0.62 | 0 | 0.16 | 264.81 | 0.62 | 0.58 |
| Hex | 88 | 51 | D6 | 24 | 3E | 0 | 10 | 109 | 3E | 3A |
| Octal | 210 | 121 | 326 | 44 | 76 | 0 | 20 | 411 | 76 | 72 |
| Binary | 10001000 | 1010001 | 11010110 | 100100 | 111110 | 0 | 10000 | 100001001 | 111110 | 111010 |
Color Harmonies of #8851D6
Complementary color
Monochromatic Colors of #8851D6
Black with #8851D6
Text Example
Text Example
White with #8851D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8851D6; }
p { color: rgb(136,81,214); }
H1.HeaderClassName
{
color: #8851D6;
}
.AnyTagClassName
{
color: #8851D6;
}
</style>
background-color css
<style>
a { background-color: #8851D6; }
a { background-color: rgb(136,81,214); }
div.DivClassName
{
background-color: #8851D6;
}
.BgClassName
{
background-color: #8851D6;
}
</style>
border-color css
<style>
span { border-color: #8851D6; }
span { border-color: rgb(136,81,214); }
td.TdClassName
{
border-color: #8851D6;
}
.TagClassName
{
border-color: #8851D6;
}
</style>