#895ee2

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

Shades of Medium Purple #895EE2

Tints of Medium Purple #895EE2

Color information

#895EE2 (or 0x895EE2) is unknown color: approx Medium Purple. HEX triplet: 89, 5E and E2. RGB value is (137,94,226). Sum of RGB (Red+Green+Blue) = 137+94+226=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 226 (88.67% from 255 or 49.45% from 457); Max value from RGB is 226 - color contains mainly: blue. Hex color #895EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EE2 is #76A11D. Grayscale: #797979. Windows color (decimal): -7774494 or 14835337. OLE color: 14835337.

HSL color Cylindrical-coordinate representation of color #895EE2: hue angle of 259.55º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #895EE2 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13794226-
CMYK0.390.5800.11
HSL259.55º69.47%62.75%-
HSV(B)259.55º58.41%88.63%-
XYZ28.0518.8174.1-
YUV121.9186.75138.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.98%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 226 (88.67% from 255) = 49.45%
R=29.98%
G=20.57%
B=49.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal137942260.390.5800.11259.5569.4762.75
Hex895EE2273A0B104453f
Octal211136342477201340410577
Binary10001001101111011100010100111111010010111000001001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895ee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895ee2; }

 p { color: rgb(137,94,226); }

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

<style>
 a { background-color: #895ee2; }

 a { background-color: rgb(137,94,226); }

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

<style>
 span { border-color: #895ee2; }

 span { border-color: rgb(137,94,226); }

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