Shades of Amethyst #884FD4
Tints of Amethyst #884FD4
RGB
CMYK
RGB Variations
Color information
#884FD4 (or 0x884FD4) is known color: Amethyst. HEX triplet: 88, 4F and D4. RGB value is (136,79,212). Sum of RGB (Red+Green+Blue) = 136+79+212=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 212 (83.20% from 255 or 49.65% from 427); Max value from RGB is 212 - color contains mainly: blue. Hex color #884FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FD4 is #77B02B. Grayscale: #6E6E6E. Windows color (decimal): -7843884 or 13913992. OLE color: 13913992.
HSL color Cylindrical-coordinate representation of color #884FD4: hue angle of 265.71º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884FD4 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 79 | 212 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.17 |
| HSL | 265.71º | 0.61% | 0.57% | - |
| HSV(B) | 265.71º | 0.63% | 0.83% | - |
| XYZ | 24.83 | 15.58 | 63.99 | - |
| YUV | 111.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 212 | 0.36 | 0.63 | 0 | 0.17 | 265.71 | 0.61 | 0.57 |
| Hex | 88 | 4F | D4 | 24 | 3F | 0 | 11 | 10A | 3D | 39 |
| Octal | 210 | 117 | 324 | 44 | 77 | 0 | 21 | 412 | 75 | 71 |
| Binary | 10001000 | 1001111 | 11010100 | 100100 | 111111 | 0 | 10001 | 100001010 | 111101 | 111001 |
Color Harmonies of #884FD4
Complementary color
Monochromatic Colors of #884FD4
Black with #884FD4
Text Example
Text Example
White with #884FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FD4; }
p { color: rgb(136,79,212); }
H1.HeaderClassName
{
color: #884FD4;
}
.AnyTagClassName
{
color: #884FD4;
}
</style>
background-color css
<style>
a { background-color: #884FD4; }
a { background-color: rgb(136,79,212); }
div.DivClassName
{
background-color: #884FD4;
}
.BgClassName
{
background-color: #884FD4;
}
</style>
border-color css
<style>
span { border-color: #884FD4; }
span { border-color: rgb(136,79,212); }
td.TdClassName
{
border-color: #884FD4;
}
.TagClassName
{
border-color: #884FD4;
}
</style>