#886EDA

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

Shades of Medium Purple #886EDA

Tints of Medium Purple #886EDA

Color information

#886EDA (or 0x886EDA) is unknown color: approx Medium Purple. HEX triplet: 88, 6E and DA. RGB value is (136,110,218). Sum of RGB (Red+Green+Blue) = 136+110+218=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #886EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EDA is #779125. Grayscale: #818181. Windows color (decimal): -7835942 or 14315144. OLE color: 14315144.

HSL color Cylindrical-coordinate representation of color #886EDA: hue angle of 254.44º 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 #886EDA is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136110218-
CMYK0.380.5000.15
HSL254.44º59.34%64.31%-
HSV(B)254.44º49.54%85.49%-
XYZ28.3821.4568.97-
YUV130.09177.61132.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=29.31%
G=23.71%
B=46.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361102180.380.5000.15254.4459.3464.31
Hex886EDA26320Ffe3b40
Octal210156332466201737673100
Binary1000100011011101101101010011011001001111111111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,110,218); }

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

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

 a { background-color: rgb(136,110,218); }

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

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

 span { border-color: rgb(136,110,218); }

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