Shades of Amethyst #8851D5
Tints of Amethyst #8851D5
RGB
CMYK
RGB Variations
Color information
#8851D5 (or 0x8851D5) is known color: Amethyst. HEX triplet: 88, 51 and D5. RGB value is (136,81,213). Sum of RGB (Red+Green+Blue) = 136+81+213=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #8851D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8851D5 is #77AE2A. Grayscale: #707070. Windows color (decimal): -7843371 or 13980040. OLE color: 13980040.
HSL color Cylindrical-coordinate representation of color #8851D5: hue angle of 265º degrees, saturation: 0.61, 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 #8851D5 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 81 | 213 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.16 |
| HSL | 265º | 0.61% | 0.58% | - |
| HSV(B) | 265º | 0.62% | 0.84% | - |
| XYZ | 25.11 | 15.92 | 64.7 | - |
| YUV | 112.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 213 | 0.36 | 0.62 | 0 | 0.16 | 265 | 0.61 | 0.58 |
| Hex | 88 | 51 | D5 | 24 | 3E | 0 | 10 | 109 | 3D | 3A |
| Octal | 210 | 121 | 325 | 44 | 76 | 0 | 20 | 411 | 75 | 72 |
| Binary | 10001000 | 1010001 | 11010101 | 100100 | 111110 | 0 | 10000 | 100001001 | 111101 | 111010 |
Color Harmonies of #8851D5
Complementary color
Monochromatic Colors of #8851D5
Black with #8851D5
Text Example
Text Example
White with #8851D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8851D5; }
p { color: rgb(136,81,213); }
H1.HeaderClassName
{
color: #8851D5;
}
.AnyTagClassName
{
color: #8851D5;
}
</style>
background-color css
<style>
a { background-color: #8851D5; }
a { background-color: rgb(136,81,213); }
div.DivClassName
{
background-color: #8851D5;
}
.BgClassName
{
background-color: #8851D5;
}
</style>
border-color css
<style>
span { border-color: #8851D5; }
span { border-color: rgb(136,81,213); }
td.TdClassName
{
border-color: #8851D5;
}
.TagClassName
{
border-color: #8851D5;
}
</style>