Shades of Amethyst #884FDB
Tints of Amethyst #884FDB
RGB
CMYK
RGB Variations
Color information
#884FDB (or 0x884FDB) is known color: Amethyst. HEX triplet: 88, 4F and DB. RGB value is (136,79,219). Sum of RGB (Red+Green+Blue) = 136+79+219=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #884FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FDB is #77B024. Grayscale: #6F6F6F. Windows color (decimal): -7843877 or 14372744. OLE color: 14372744.
HSL color Cylindrical-coordinate representation of color #884FDB: hue angle of 264.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #884FDB is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 79 | 219 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.14 |
| HSL | 264.43º | 0.66% | 0.58% | - |
| HSV(B) | 264.43º | 0.64% | 0.86% | - |
| XYZ | 25.74 | 15.94 | 68.74 | - |
| YUV | 112 | 188.38 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 219 | 0.38 | 0.64 | 0 | 0.14 | 264.43 | 0.66 | 0.58 |
| Hex | 88 | 4F | DB | 26 | 40 | 0 | E | 108 | 42 | 3A |
| Octal | 210 | 117 | 333 | 46 | 100 | 0 | 16 | 410 | 102 | 72 |
| Binary | 10001000 | 1001111 | 11011011 | 100110 | 1000000 | 0 | 1110 | 100001000 | 1000010 | 111010 |
Color Harmonies of #884FDB
Complementary color
Monochromatic Colors of #884FDB
Black with #884FDB
Text Example
Text Example
White with #884FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FDB; }
p { color: rgb(136,79,219); }
H1.HeaderClassName
{
color: #884FDB;
}
.AnyTagClassName
{
color: #884FDB;
}
</style>
background-color css
<style>
a { background-color: #884FDB; }
a { background-color: rgb(136,79,219); }
div.DivClassName
{
background-color: #884FDB;
}
.BgClassName
{
background-color: #884FDB;
}
</style>
border-color css
<style>
span { border-color: #884FDB; }
span { border-color: rgb(136,79,219); }
td.TdClassName
{
border-color: #884FDB;
}
.TagClassName
{
border-color: #884FDB;
}
</style>