#866EDD

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

Shades of Medium Purple #866EDD

Tints of Medium Purple #866EDD

Color information

#866EDD (or 0x866EDD) is unknown color: approx Medium Purple. HEX triplet: 86, 6E and DD. RGB value is (134,110,221). Sum of RGB (Red+Green+Blue) = 134+110+221=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #866EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EDD is #799122. Grayscale: #818181. Windows color (decimal): -7967011 or 14511750. OLE color: 14511750.

HSL color Cylindrical-coordinate representation of color #866EDD: hue angle of 252.97º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866EDD is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134110221-
CMYK0.390.5000.13
HSL252.97º62.01%64.9%-
HSV(B)252.97º50.23%86.67%-
XYZ28.4621.4471.05-
YUV129.83179.45130.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 221 (86.72% from 255) = 47.53%
R=28.82%
G=23.66%
B=47.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341102210.390.5000.13252.9762.0164.9
Hex866EDD27320Dfd3e41
Octal206156335476201537576101
Binary1000011011011101101110110011111001001101111111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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