#885AE1

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

Shades of Medium Purple #885AE1

Tints of Medium Purple #885AE1

Color information

#885AE1 (or 0x885AE1) is unknown color: approx Medium Purple. HEX triplet: 88, 5A and E1. RGB value is (136,90,225). Sum of RGB (Red+Green+Blue) = 136+90+225=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #885AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AE1 is #77A51E. Grayscale: #767676. Windows color (decimal): -7841055 or 14768776. OLE color: 14768776.

HSL color Cylindrical-coordinate representation of color #885AE1: hue angle of 260.44º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #885AE1 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13690225-
CMYK0.400.6000.12
HSL260.44º69.23%61.76%-
HSV(B)260.44º60%88.24%-
XYZ27.417.9873.26-
YUV119.14187.74140.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 225 (88.28% from 255) = 49.89%
R=30.16%
G=19.96%
B=49.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal136902250.400.6000.12260.4469.2361.76
Hex885AE1283C0C104453e
Octal210132341507401440410576
Binary10001000101101011100001101000111100011001000001001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885AE1; }

 p { color: rgb(136,90,225); }

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

<style>
 a { background-color: #885AE1; }

 a { background-color: rgb(136,90,225); }

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

<style>
 span { border-color: #885AE1; }

 span { border-color: rgb(136,90,225); }

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