Html Css Color HEX #866EE1 Medium Purple

📋 copy color: '#866EE1'

red 134 ◦ green 110 ◦ blue 225

#866EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #866EE1

Tints of Medium Purple #866EE1

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 value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#866EE1 (or 0x866EE1) is known color: 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

RGB 134 110 225 -
CMYK 0.40 0.51 0 0.12
HSL 252.52º 0.66% 0.66% -
HSV(B) 252.52º 0.51% 0.88% -
XYZ 29 21.66 73.89 -
YUV 130.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 134 110 225 0.40 0.51 0 0.12 252.52 0.66 0.66
Hex 86 6E E1 28 33 0 C FD 42 42
Octal 206 156 341 50 63 0 14 375 102 102
Binary 10000110 1101110 11100001 101000 110011 0 1100 11111101 1000010 1000010

Color Harmonies of #866EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866EE1

Black with #866EE1

Text Example


Text Example

White with #866EE1

Text Example


Text Example

HTML Codes & Css Web 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>