Html Css Color HEX #886EDB Medium Purple

📋 copy color: '#886EDB'

red 136 ◦ green 110 ◦ blue 219

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

Shades of Medium Purple #886EDB

Tints of Medium Purple #886EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 29.25%
G = 23.66%
B = 47.1%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#886EDB (or 0x886EDB) is known color: Medium Purple. HEX triplet: 88, 6E and DB. RGB value is (136,110,219). Sum of RGB (Red+Green+Blue) = 136+110+219=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #886EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EDB is #779124. Grayscale: #818181. Windows color (decimal): -7835941 or 14380680. OLE color: 14380680.

HSL color Cylindrical-coordinate representation of color #886EDB: hue angle of 254.31º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886EDB is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 110 219 -
CMYK 0.38 0.50 0 0.14
HSL 254.31º 0.6% 0.65% -
HSV(B) 254.31º 0.5% 0.86% -
XYZ 28.52 21.5 69.66 -
YUV 130.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 136 110 219 0.38 0.50 0 0.14 254.31 0.6 0.65
Hex 88 6E DB 26 32 0 E FE 3C 41
Octal 210 156 333 46 62 0 16 376 74 101
Binary 10001000 1101110 11011011 100110 110010 0 1110 11111110 111100 1000001

Color Harmonies of #886EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EDB

Black with #886EDB

Text Example


Text Example

White with #886EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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