#886DD6

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

Shades of Medium Purple #886DD6

Tints of Medium Purple #886DD6

Color information

#886DD6 (or 0x886DD6) is unknown color: approx Medium Purple. HEX triplet: 88, 6D and D6. RGB value is (136,109,214). Sum of RGB (Red+Green+Blue) = 136+109+214=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #886DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DD6 is #779229. Grayscale: #808080. Windows color (decimal): -7836202 or 14052744. OLE color: 14052744.

HSL color Cylindrical-coordinate representation of color #886DD6: hue angle of 255.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #886DD6 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136109214-
CMYK0.360.4900.16
HSL255.43º56.15%63.33%-
HSV(B)255.43º49.07%83.92%-
XYZ27.7621.0366.21-
YUV129.04175.95132.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.63%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 214 (83.98% from 255) = 46.62%
R=29.63%
G=23.75%
B=46.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361092140.360.4900.16255.4356.1563.33
Hex886DD62431010ff383f
Octal21015532644610203777077
Binary1000100011011011101011010010011000101000011111111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,109,214); }

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

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

 a { background-color: rgb(136,109,214); }

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

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

 span { border-color: rgb(136,109,214); }

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