#886EE1

Color #886EE1 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #886EE1

Tints of Medium Purple #886EE1

Color information

#886EE1 (or 0x886EE1) is unknown color: approx Medium Purple. HEX triplet: 88, 6E and E1. RGB value is (136,110,225). Sum of RGB (Red+Green+Blue) = 136+110+225=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #886EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EE1 is #77911E. Grayscale: #828282. Windows color (decimal): -7835935 or 14773896. OLE color: 14773896.

HSL color Cylindrical-coordinate representation of color #886EE1: hue angle of 253.57º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886EE1 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136110225-
CMYK0.400.5100.12
HSL253.57º65.71%65.69%-
HSV(B)253.57º51.11%88.24%-
XYZ29.3221.8273.9-
YUV130.88181.11131.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 110 (43.36% from 255) = 23.35%
BLUE value IS 225 (88.28% from 255) = 47.77%
R=28.87%
G=23.35%
B=47.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361102250.400.5100.12253.5765.7165.69
Hex886EE128330Cfe4242
Octal2101563415063014376102102
Binary10001000110111011100001101000110011011001111111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886EE1; }

 p { color: rgb(136,110,225); }

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

<style>
 a { background-color: #886EE1; }

 a { background-color: rgb(136,110,225); }

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

<style>
 span { border-color: #886EE1; }

 span { border-color: rgb(136,110,225); }

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