Shades of Amethyst #884DDC
Tints of Amethyst #884DDC
RGB
CMYK
RGB Variations
Color information
#884DDC (or 0x884DDC) is known color: Amethyst. HEX triplet: 88, 4D and DC. RGB value is (136,77,220). Sum of RGB (Red+Green+Blue) = 136+77+220=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #884DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DDC is #77B223. Grayscale: #6E6E6E. Windows color (decimal): -7844388 or 14437768. OLE color: 14437768.
HSL color Cylindrical-coordinate representation of color #884DDC: hue angle of 264.76º degrees, saturation: 0.67, 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 #884DDC is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 77 | 220 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.14 |
| HSL | 264.76º | 0.67% | 0.58% | - |
| HSV(B) | 264.76º | 0.65% | 0.86% | - |
| XYZ | 25.73 | 15.71 | 69.39 | - |
| YUV | 110.94 | 189.55 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 220 | 0.38 | 0.65 | 0 | 0.14 | 264.76 | 0.67 | 0.58 |
| Hex | 88 | 4D | DC | 26 | 41 | 0 | E | 109 | 43 | 3A |
| Octal | 210 | 115 | 334 | 46 | 101 | 0 | 16 | 411 | 103 | 72 |
| Binary | 10001000 | 1001101 | 11011100 | 100110 | 1000001 | 0 | 1110 | 100001001 | 1000011 | 111010 |
Color Harmonies of #884DDC
Complementary color
Monochromatic Colors of #884DDC
Black with #884DDC
Text Example
Text Example
White with #884DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DDC; }
p { color: rgb(136,77,220); }
H1.HeaderClassName
{
color: #884DDC;
}
.AnyTagClassName
{
color: #884DDC;
}
</style>
background-color css
<style>
a { background-color: #884DDC; }
a { background-color: rgb(136,77,220); }
div.DivClassName
{
background-color: #884DDC;
}
.BgClassName
{
background-color: #884DDC;
}
</style>
border-color css
<style>
span { border-color: #884DDC; }
span { border-color: rgb(136,77,220); }
td.TdClassName
{
border-color: #884DDC;
}
.TagClassName
{
border-color: #884DDC;
}
</style>