Html Css Color HEX #886EDA Medium Purple

📋 copy color: '#886EDA'

red 136 ◦ green 110 ◦ blue 218

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

Shades of Medium Purple #886EDA

Tints of Medium Purple #886EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 29.31%
G = 23.71%
B = 46.98%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#886EDA (or 0x886EDA) is known color: Medium Purple. HEX triplet: 88, 6E and DA. RGB value is (136,110,218). Sum of RGB (Red+Green+Blue) = 136+110+218=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #886EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EDA is #779125. Grayscale: #818181. Windows color (decimal): -7835942 or 14315144. OLE color: 14315144.

HSL color Cylindrical-coordinate representation of color #886EDA: hue angle of 254.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886EDA is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 110 218 -
CMYK 0.38 0.50 0 0.15
HSL 254.44º 0.59% 0.64% -
HSV(B) 254.44º 0.5% 0.85% -
XYZ 28.38 21.45 68.97 -
YUV 130.09 177.61 132.22 -
System Red Green Blue C M Y K H S L
Decimal 136 110 218 0.38 0.50 0 0.15 254.44 0.59 0.64
Hex 88 6E DA 26 32 0 F FE 3B 40
Octal 210 156 332 46 62 0 17 376 73 100
Binary 10001000 1101110 11011010 100110 110010 0 1111 11111110 111011 1000000

Color Harmonies of #886EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EDA

Black with #886EDA

Text Example


Text Example

White with #886EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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