#886F8B

Color #886F8B Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #886F8B

Tints of Trendy Pink #886F8B

Color information

#886F8B (or 0x886F8B) is unknown color: approx Trendy Pink. HEX triplet: 88, 6F and 8B. RGB value is (136,111,139). Sum of RGB (Red+Green+Blue) = 136+111+139=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #886F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886F8B is #779074. Grayscale: #797979. Windows color (decimal): -7835765 or 9138056. OLE color: 9138056.

HSL color Cylindrical-coordinate representation of color #886F8B: hue angle of 293.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #886F8B is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136111139-
CMYK0.020.2000.45
HSL293.57º11.2%49.02%-
HSV(B)293.57º20.14%54.51%-
XYZ20.518.4726.91-
YUV121.67137.78138.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=35.23%
G=28.76%
B=36.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361111390.020.2000.45293.5711.249.02
Hex886F8B21402D126b31
Octal2101572132240554461361
Binary10001000110111110001011101010001011011001001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,111,139); }

 H1.HeaderClassName
 {
   color: #886F8B;
 }
 .AnyTagClassName
 {
   color: #886F8B;
 }
</style>
background-color css

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

 a { background-color: rgb(136,111,139); }

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

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

 span { border-color: rgb(136,111,139); }

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