Shades of Amethyst #884DDA
Tints of Amethyst #884DDA
RGB
CMYK
RGB Variations
Color information
#884DDA (or 0x884DDA) is known color: Amethyst. HEX triplet: 88, 4D and DA. RGB value is (136,77,218). Sum of RGB (Red+Green+Blue) = 136+77+218=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #884DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DDA is #77B225. Grayscale: #6E6E6E. Windows color (decimal): -7844390 or 14306696. OLE color: 14306696.
HSL color Cylindrical-coordinate representation of color #884DDA: hue angle of 265.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884DDA is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 77 | 218 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.15 |
| HSL | 265.11º | 0.66% | 0.58% | - |
| HSV(B) | 265.11º | 0.65% | 0.85% | - |
| XYZ | 25.46 | 15.6 | 68 | - |
| YUV | 110.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 218 | 0.38 | 0.65 | 0 | 0.15 | 265.11 | 0.66 | 0.58 |
| Hex | 88 | 4D | DA | 26 | 41 | 0 | F | 109 | 42 | 3A |
| Octal | 210 | 115 | 332 | 46 | 101 | 0 | 17 | 411 | 102 | 72 |
| Binary | 10001000 | 1001101 | 11011010 | 100110 | 1000001 | 0 | 1111 | 100001001 | 1000010 | 111010 |
Color Harmonies of #884DDA
Complementary color
Monochromatic Colors of #884DDA
Black with #884DDA
Text Example
Text Example
White with #884DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DDA; }
p { color: rgb(136,77,218); }
H1.HeaderClassName
{
color: #884DDA;
}
.AnyTagClassName
{
color: #884DDA;
}
</style>
background-color css
<style>
a { background-color: #884DDA; }
a { background-color: rgb(136,77,218); }
div.DivClassName
{
background-color: #884DDA;
}
.BgClassName
{
background-color: #884DDA;
}
</style>
border-color css
<style>
span { border-color: #884DDA; }
span { border-color: rgb(136,77,218); }
td.TdClassName
{
border-color: #884DDA;
}
.TagClassName
{
border-color: #884DDA;
}
</style>