Html Css Color HEX #886D8D Trendy Pink

📋 copy color: '#886D8D'

red 136 ◦ green 109 ◦ blue 141

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

Shades of Trendy Pink #886D8D

Tints of Trendy Pink #886D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.24%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 35.23%
G = 28.24%
B = 36.53%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#886D8D (or 0x886D8D) is known color: Trendy Pink. HEX triplet: 88, 6D and 8D. RGB value is (136,109,141). Sum of RGB (Red+Green+Blue) = 136+109+141=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #886D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886D8D is #779272. Grayscale: #787878. Windows color (decimal): -7836275 or 9268616. OLE color: 9268616.

HSL color Cylindrical-coordinate representation of color #886D8D: hue angle of 290.62º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #886D8D is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 109 141 -
CMYK 0.04 0.23 0 0.45
HSL 290.63º 0.13% 0.49% -
HSV(B) 290.63º 0.23% 0.55% -
XYZ 20.43 18.09 27.62 -
YUV 120.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 136 109 141 0.04 0.23 0 0.45 290.63 0.13 0.49
Hex 88 6D 8D 4 17 0 2D 123 D 31
Octal 210 155 215 4 27 0 55 443 15 61
Binary 10001000 1101101 10001101 100 10111 0 101101 100100011 1101 110001

Color Harmonies of #886D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D8D

Black with #886D8D

Text Example


Text Example

White with #886D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,109,141); }

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

background-color css

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

 a { background-color: rgb(136,109,141); }

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

border-color css

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

 span { border-color: rgb(136,109,141); }

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