Shades of Amethyst #884DD2
Tints of Amethyst #884DD2
RGB
CMYK
RGB Variations
Color information
#884DD2 (or 0x884DD2) is known color: Amethyst. HEX triplet: 88, 4D and D2. RGB value is (136,77,210). Sum of RGB (Red+Green+Blue) = 136+77+210=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 210 (82.42% from 255 or 49.65% from 423); Max value from RGB is 210 - color contains mainly: blue. Hex color #884DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DD2 is #77B22D. Grayscale: #6D6D6D. Windows color (decimal): -7844398 or 13782408. OLE color: 13782408.
HSL color Cylindrical-coordinate representation of color #884DD2: hue angle of 266.62º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884DD2 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 77 | 210 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.18 |
| HSL | 266.62º | 0.6% | 0.56% | - |
| HSV(B) | 266.62º | 0.63% | 0.82% | - |
| XYZ | 24.44 | 15.2 | 62.62 | - |
| YUV | 109.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 210 | 0.35 | 0.63 | 0 | 0.18 | 266.62 | 0.6 | 0.56 |
| Hex | 88 | 4D | D2 | 23 | 3F | 0 | 12 | 10B | 3C | 38 |
| Octal | 210 | 115 | 322 | 43 | 77 | 0 | 22 | 413 | 74 | 70 |
| Binary | 10001000 | 1001101 | 11010010 | 100011 | 111111 | 0 | 10010 | 100001011 | 111100 | 111000 |
Color Harmonies of #884DD2
Complementary color
Monochromatic Colors of #884DD2
Black with #884DD2
Text Example
Text Example
White with #884DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DD2; }
p { color: rgb(136,77,210); }
H1.HeaderClassName
{
color: #884DD2;
}
.AnyTagClassName
{
color: #884DD2;
}
</style>
background-color css
<style>
a { background-color: #884DD2; }
a { background-color: rgb(136,77,210); }
div.DivClassName
{
background-color: #884DD2;
}
.BgClassName
{
background-color: #884DD2;
}
</style>
border-color css
<style>
span { border-color: #884DD2; }
span { border-color: rgb(136,77,210); }
td.TdClassName
{
border-color: #884DD2;
}
.TagClassName
{
border-color: #884DD2;
}
</style>