#885BE4

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

Shades of Medium Purple #885BE4

Tints of Medium Purple #885BE4

Color information

#885BE4 (or 0x885BE4) is unknown color: approx Medium Purple. HEX triplet: 88, 5B and E4. RGB value is (136,91,228). Sum of RGB (Red+Green+Blue) = 136+91+228=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #885BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BE4 is #77A41B. Grayscale: #777777. Windows color (decimal): -7840796 or 14965640. OLE color: 14965640.

HSL color Cylindrical-coordinate representation of color #885BE4: hue angle of 259.71º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #885BE4 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13691228-
CMYK0.400.6000.11
HSL259.71º71.73%62.55%-
HSV(B)259.71º60.09%89.41%-
XYZ27.918.3275.46-
YUV120.07188.91139.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 91 (35.94% from 255) = 20%
BLUE value IS 228 (89.45% from 255) = 50.11%
R=29.89%
G=20%
B=50.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal136912280.400.6000.11259.7171.7362.55
Hex885BE4283C0B104483f
Octal210133344507401340411077
Binary10001000101101111100100101000111100010111000001001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,91,228); }

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

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

 a { background-color: rgb(136,91,228); }

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

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

 span { border-color: rgb(136,91,228); }

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