#886F8D

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

Shades of Trendy Pink #886F8D

Tints of Trendy Pink #886F8D

Color information

#886F8D (or 0x886F8D) is unknown color: approx Trendy Pink. HEX triplet: 88, 6F and 8D. RGB value is (136,111,141). Sum of RGB (Red+Green+Blue) = 136+111+141=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #886F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886F8D is #779072. Grayscale: #797979. Windows color (decimal): -7835763 or 9269128. OLE color: 9269128.

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

Color convert

RGB136111141-
CMYK0.040.2100.45
HSL290º11.9%49.41%-
HSV(B)290º21.28%55.29%-
XYZ20.6518.5327.69-
YUV121.9138.78138.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=35.05%
G=28.61%
B=36.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361111410.040.2100.4529011.949.41
Hex886F8D41502D122c31
Octal2101572154250554421461
Binary100010001101111100011011001010101011011001000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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