#886ce1

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

Shades of Medium Purple #886CE1

Tints of Medium Purple #886CE1

Color information

#886CE1 (or 0x886CE1) is unknown color: approx Medium Purple. HEX triplet: 88, 6C and E1. RGB value is (136,108,225). Sum of RGB (Red+Green+Blue) = 136+108+225=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #886CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CE1 is #77931E. Grayscale: #818181. Windows color (decimal): -7836447 or 14773384. OLE color: 14773384.

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

Color convert

RGB136108225-
CMYK0.400.5200.12
HSL254.36º66.1%65.29%-
HSV(B)254.36º52%88.24%-
XYZ29.1121.473.83-
YUV129.71181.78132.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 225 (88.28% from 255) = 47.97%
R=29.00%
G=23.03%
B=47.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361082250.400.5200.12254.3666.165.29
Hex886CE128340Cfe4241
Octal2101543415064014376102101
Binary10001000110110011100001101000110100011001111111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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