#886CE4

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

Shades of Medium Purple #886CE4

Tints of Medium Purple #886CE4

Color information

#886CE4 (or 0x886CE4) is unknown color: approx Medium Purple. HEX triplet: 88, 6C and E4. RGB value is (136,108,228). Sum of RGB (Red+Green+Blue) = 136+108+228=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #886CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CE4 is #77931B. Grayscale: #818181. Windows color (decimal): -7836444 or 14969992. OLE color: 14969992.

HSL color Cylindrical-coordinate representation of color #886CE4: hue angle of 254º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #886CE4 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB136108228-
CMYK0.400.5300.11
HSL254º68.97%65.88%-
HSV(B)254º52.63%89.41%-
XYZ29.5221.5676-
YUV130.05183.28132.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.81%
GREEN value IS 108 (42.58% from 255) = 22.88%
BLUE value IS 228 (89.45% from 255) = 48.31%
R=28.81%
G=22.88%
B=48.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1361082280.400.5300.1125468.9765.88
Hex886CE428350Bfe4542
Octal2101543445065013376105102
Binary10001000110110011100100101000110101010111111111010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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