#865EE2

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

Shades of Medium Purple #865EE2

Tints of Medium Purple #865EE2

Color information

#865EE2 (or 0x865EE2) is unknown color: approx Medium Purple. HEX triplet: 86, 5E and E2. RGB value is (134,94,226). Sum of RGB (Red+Green+Blue) = 134+94+226=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #865EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EE2 is #79A11D. Grayscale: #787878. Windows color (decimal): -7971102 or 14835334. OLE color: 14835334.

HSL color Cylindrical-coordinate representation of color #865EE2: hue angle of 258.18º 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 #865EE2 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13494226-
CMYK0.410.5800.11
HSL258.18º69.47%62.75%-
HSV(B)258.18º58.41%88.63%-
XYZ27.5618.5674.08-
YUV121.01187.25137.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.52%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 226 (88.67% from 255) = 49.78%
R=29.52%
G=20.70%
B=49.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134942260.410.5800.11258.1869.4762.75
Hex865EE2293A0B102453f
Octal206136342517201340210577
Binary10000110101111011100010101001111010010111000000101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865EE2; }

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

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

<style>
 a { background-color: #865EE2; }

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

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

<style>
 span { border-color: #865EE2; }

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

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