#884ED4

Color #884ED4 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #884ED4

Tints of Amethyst #884ED4

Color information

#884ED4 (or 0x884ED4) is unknown color: approx Amethyst. HEX triplet: 88, 4E and D4. RGB value is (136,78,212). Sum of RGB (Red+Green+Blue) = 136+78+212=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 212 (83.20% from 255 or 49.77% from 426); Max value from RGB is 212 - color contains mainly: blue. Hex color #884ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884ED4 is #77B12B. Grayscale: #6E6E6E. Windows color (decimal): -7844140 or 13913736. OLE color: 13913736.

HSL color Cylindrical-coordinate representation of color #884ED4: hue angle of 265.97º 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 #884ED4 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13678212-
CMYK0.360.6300.17
HSL265.97º60.91%56.86%-
HSV(B)265.97º63.21%83.14%-
XYZ24.7615.4463.96-
YUV110.62185.22146.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 78 (30.86% from 255) = 18.31%
BLUE value IS 212 (83.20% from 255) = 49.77%
R=31.92%
G=18.31%
B=49.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal136782120.360.6300.17265.9760.9156.86
Hex884ED4243F01110a3d39
Octal21011632444770214127571
Binary10001000100111011010100100100111111010001100001010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884ED4; }

 p { color: rgb(136,78,212); }

 H1.HeaderClassName
 {
   color: #884ED4;
 }
 .AnyTagClassName
 {
   color: #884ED4;
 }
</style>
background-color css

<style>
 a { background-color: #884ED4; }

 a { background-color: rgb(136,78,212); }

 div.DivClassName
 {
   background-color: #884ED4;
 }
 .BgClassName
 {
   background-color: #884ED4;
 }
</style>
border-color css

<style>
 span { border-color: #884ED4; }

 span { border-color: rgb(136,78,212); }

 td.TdClassName
 {
   border-color: #884ED4;
 }
 .TagClassName
 {
   border-color: #884ED4;
 }
</style>