Shades of Amethyst #884DDB
Tints of Amethyst #884DDB
RGB
CMYK
RGB Variations
Color information
#884DDB (or 0x884DDB) is known color: Amethyst. HEX triplet: 88, 4D and DB. RGB value is (136,77,219). Sum of RGB (Red+Green+Blue) = 136+77+219=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #884DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DDB is #77B224. Grayscale: #6E6E6E. Windows color (decimal): -7844389 or 14372232. OLE color: 14372232.
HSL color Cylindrical-coordinate representation of color #884DDB: hue angle of 264.93º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884DDB is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 77 | 219 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.14 |
| HSL | 264.93º | 0.66% | 0.58% | - |
| HSV(B) | 264.93º | 0.65% | 0.86% | - |
| XYZ | 25.59 | 15.66 | 68.69 | - |
| YUV | 110.83 | 189.05 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 219 | 0.38 | 0.65 | 0 | 0.14 | 264.93 | 0.66 | 0.58 |
| Hex | 88 | 4D | DB | 26 | 41 | 0 | E | 109 | 42 | 3A |
| Octal | 210 | 115 | 333 | 46 | 101 | 0 | 16 | 411 | 102 | 72 |
| Binary | 10001000 | 1001101 | 11011011 | 100110 | 1000001 | 0 | 1110 | 100001001 | 1000010 | 111010 |
Color Harmonies of #884DDB
Complementary color
Monochromatic Colors of #884DDB
Black with #884DDB
Text Example
Text Example
White with #884DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DDB; }
p { color: rgb(136,77,219); }
H1.HeaderClassName
{
color: #884DDB;
}
.AnyTagClassName
{
color: #884DDB;
}
</style>
background-color css
<style>
a { background-color: #884DDB; }
a { background-color: rgb(136,77,219); }
div.DivClassName
{
background-color: #884DDB;
}
.BgClassName
{
background-color: #884DDB;
}
</style>
border-color css
<style>
span { border-color: #884DDB; }
span { border-color: rgb(136,77,219); }
td.TdClassName
{
border-color: #884DDB;
}
.TagClassName
{
border-color: #884DDB;
}
</style>