Shades of Amethyst #884AD1
Tints of Amethyst #884AD1
RGB
CMYK
RGB Variations
Color information
#884AD1 (or 0x884AD1) is known color: Amethyst. HEX triplet: 88, 4A and D1. RGB value is (136,74,209). Sum of RGB (Red+Green+Blue) = 136+74+209=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #884AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AD1 is #77B52E. Grayscale: #6B6B6B. Windows color (decimal): -7845167 or 13716104. OLE color: 13716104.
HSL color Cylindrical-coordinate representation of color #884AD1: hue angle of 267.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884AD1 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 74 | 209 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.18 |
| HSL | 267.56º | 0.59% | 0.55% | - |
| HSV(B) | 267.56º | 0.65% | 0.82% | - |
| XYZ | 24.11 | 14.74 | 61.9 | - |
| YUV | 107.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 209 | 0.35 | 0.65 | 0 | 0.18 | 267.56 | 0.59 | 0.55 |
| Hex | 88 | 4A | D1 | 23 | 41 | 0 | 12 | 10C | 3B | 37 |
| Octal | 210 | 112 | 321 | 43 | 101 | 0 | 22 | 414 | 73 | 67 |
| Binary | 10001000 | 1001010 | 11010001 | 100011 | 1000001 | 0 | 10010 | 100001100 | 111011 | 110111 |
Color Harmonies of #884AD1
Complementary color
Monochromatic Colors of #884AD1
Black with #884AD1
Text Example
Text Example
White with #884AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AD1; }
p { color: rgb(136,74,209); }
H1.HeaderClassName
{
color: #884AD1;
}
.AnyTagClassName
{
color: #884AD1;
}
</style>
background-color css
<style>
a { background-color: #884AD1; }
a { background-color: rgb(136,74,209); }
div.DivClassName
{
background-color: #884AD1;
}
.BgClassName
{
background-color: #884AD1;
}
</style>
border-color css
<style>
span { border-color: #884AD1; }
span { border-color: rgb(136,74,209); }
td.TdClassName
{
border-color: #884AD1;
}
.TagClassName
{
border-color: #884AD1;
}
</style>