#886DD7

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

Shades of Medium Purple #886DD7

Tints of Medium Purple #886DD7

Color information

#886DD7 (or 0x886DD7) is unknown color: approx Medium Purple. HEX triplet: 88, 6D and D7. RGB value is (136,109,215). Sum of RGB (Red+Green+Blue) = 136+109+215=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #886DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DD7 is #779228. Grayscale: #808080. Windows color (decimal): -7836201 or 14118280. OLE color: 14118280.

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

Color convert

RGB136109215-
CMYK0.370.4900.16
HSL255.28º56.99%63.53%-
HSV(B)255.28º49.3%84.31%-
XYZ27.8921.0866.89-
YUV129.16176.45132.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.57%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 215 (84.38% from 255) = 46.74%
R=29.57%
G=23.70%
B=46.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361092150.370.4900.16255.2856.9963.53
Hex886DD72531010ff3940
Octal210155327456102037771100
Binary10001000110110111010111100101110001010000111111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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