Html Css Color HEX #886EDE Medium Purple

📋 copy color: '#886EDE'

red 136 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #886EDE

Tints of Medium Purple #886EDE

RGB

 RED value IS 136 (53.52% from 255) = 29.06%

 GREEN value IS 110 (43.36% from 255) = 23.5%

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 29.06%
G = 23.5%
B = 47.44%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#886EDE (or 0x886EDE) is known color: Medium Purple. HEX triplet: 88, 6E and DE. RGB value is (136,110,222). Sum of RGB (Red+Green+Blue) = 136+110+222=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #886EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EDE is #779121. Grayscale: #828282. Windows color (decimal): -7835938 or 14577288. OLE color: 14577288.

HSL color Cylindrical-coordinate representation of color #886EDE: hue angle of 253.93º degrees, saturation: 0.63, 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 #886EDE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 110 222 -
CMYK 0.39 0.50 0 0.13
HSL 253.93º 0.63% 0.65% -
HSV(B) 253.93º 0.5% 0.87% -
XYZ 28.91 21.66 71.76 -
YUV 130.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 136 110 222 0.39 0.50 0 0.13 253.93 0.63 0.65
Hex 88 6E DE 27 32 0 D FE 3F 41
Octal 210 156 336 47 62 0 15 376 77 101
Binary 10001000 1101110 11011110 100111 110010 0 1101 11111110 111111 1000001

Color Harmonies of #886EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EDE

Black with #886EDE

Text Example


Text Example

White with #886EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886EDE; }

 p { color: rgb(136,110,222); }

 H1.HeaderClassName
 {
   color: #886EDE;
 }
 .AnyTagClassName
 {
   color: #886EDE;
 }
</style>

background-color css

<style>
 a { background-color: #886EDE; }

 a { background-color: rgb(136,110,222); }

 div.DivClassName
 {
   background-color: #886EDE;
 }
 .BgClassName
 {
   background-color: #886EDE;
 }
</style>

border-color css

<style>
 span { border-color: #886EDE; }

 span { border-color: rgb(136,110,222); }

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