Shades of Amethyst #884FD1
Tints of Amethyst #884FD1
RGB
CMYK
RGB Variations
Color information
#884FD1 (or 0x884FD1) is known color: Amethyst. HEX triplet: 88, 4F and D1. RGB value is (136,79,209). Sum of RGB (Red+Green+Blue) = 136+79+209=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #884FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FD1 is #77B02E. Grayscale: #6E6E6E. Windows color (decimal): -7843887 or 13717384. OLE color: 13717384.
HSL color Cylindrical-coordinate representation of color #884FD1: hue angle of 266.31º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884FD1 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 79 | 209 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.18 |
| HSL | 266.31º | 0.59% | 0.56% | - |
| HSV(B) | 266.31º | 0.62% | 0.82% | - |
| XYZ | 24.46 | 15.43 | 62.01 | - |
| YUV | 110.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 209 | 0.35 | 0.62 | 0 | 0.18 | 266.31 | 0.59 | 0.56 |
| Hex | 88 | 4F | D1 | 23 | 3E | 0 | 12 | 10A | 3B | 38 |
| Octal | 210 | 117 | 321 | 43 | 76 | 0 | 22 | 412 | 73 | 70 |
| Binary | 10001000 | 1001111 | 11010001 | 100011 | 111110 | 0 | 10010 | 100001010 | 111011 | 111000 |
Color Harmonies of #884FD1
Complementary color
Monochromatic Colors of #884FD1
Black with #884FD1
Text Example
Text Example
White with #884FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FD1; }
p { color: rgb(136,79,209); }
H1.HeaderClassName
{
color: #884FD1;
}
.AnyTagClassName
{
color: #884FD1;
}
</style>
background-color css
<style>
a { background-color: #884FD1; }
a { background-color: rgb(136,79,209); }
div.DivClassName
{
background-color: #884FD1;
}
.BgClassName
{
background-color: #884FD1;
}
</style>
border-color css
<style>
span { border-color: #884FD1; }
span { border-color: rgb(136,79,209); }
td.TdClassName
{
border-color: #884FD1;
}
.TagClassName
{
border-color: #884FD1;
}
</style>