#866EE1

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

Shades of Medium Purple #866EE1

Tints of Medium Purple #866EE1

Color information

#866EE1 (or 0x866EE1) is unknown color: approx Medium Purple. HEX triplet: 86, 6E and E1. RGB value is (134,110,225). Sum of RGB (Red+Green+Blue) = 134+110+225=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #866EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EE1 is #79911E. Grayscale: #818181. Windows color (decimal): -7967007 or 14773894. OLE color: 14773894.

HSL color Cylindrical-coordinate representation of color #866EE1: hue angle of 252.52º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #866EE1 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134110225-
CMYK0.400.5100.12
HSL252.52º65.71%65.69%-
HSV(B)252.52º51.11%88.24%-
XYZ2921.6673.89-
YUV130.29181.45130.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.57%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 225 (88.28% from 255) = 47.97%
R=28.57%
G=23.45%
B=47.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341102250.400.5100.12252.5265.7165.69
Hex866EE128330Cfd4242
Octal2061563415063014375102102
Binary10000110110111011100001101000110011011001111110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866EE1; }

 p { color: rgb(134,110,225); }

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

<style>
 a { background-color: #866EE1; }

 a { background-color: rgb(134,110,225); }

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

<style>
 span { border-color: #866EE1; }

 span { border-color: rgb(134,110,225); }

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