#886DD9

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

Shades of Medium Purple #886DD9

Tints of Medium Purple #886DD9

Color information

#886DD9 (or 0x886DD9) is unknown color: approx Medium Purple. HEX triplet: 88, 6D and D9. RGB value is (136,109,217). Sum of RGB (Red+Green+Blue) = 136+109+217=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #886DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DD9 is #779226. Grayscale: #808080. Windows color (decimal): -7836199 or 14249352. OLE color: 14249352.

HSL color Cylindrical-coordinate representation of color #886DD9: hue angle of 255º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886DD9 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136109217-
CMYK0.370.5000.15
HSL255º58.7%63.92%-
HSV(B)255º49.77%85.1%-
XYZ28.1521.1868.25-
YUV129.38177.45132.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.44%
GREEN value IS 109 (42.97% from 255) = 23.59%
BLUE value IS 217 (85.16% from 255) = 46.97%
R=29.44%
G=23.59%
B=46.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361092170.370.5000.1525558.763.92
Hex886DD925320Fff3b40
Octal210155331456201737773100
Binary1000100011011011101100110010111001001111111111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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