#88678E

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

Shades of Trendy Pink #88678E

Tints of Trendy Pink #88678E

Color information

#88678E (or 0x88678E) is unknown color: approx Trendy Pink. HEX triplet: 88, 67 and 8E. RGB value is (136,103,142). Sum of RGB (Red+Green+Blue) = 136+103+142=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 142 - color contains mainly: blue. Hex color #88678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88678E is #779871. Grayscale: #757575. Windows color (decimal): -7837810 or 9332616. OLE color: 9332616.

HSL color Cylindrical-coordinate representation of color #88678E: hue angle of 290.77º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88678E is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136103142-
CMYK0.040.2700.44
HSL290.77º15.92%48.04%-
HSV(B)290.77º27.46%55.69%-
XYZ19.8916.8927.8-
YUV117.31141.93141.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=35.70%
G=27.03%
B=37.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361031420.040.2700.44290.7715.9248.04
Hex88678E41B02C1231030
Octal2101472164330544432060
Binary1000100011001111000111010011011010110010010001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88678E; }

 p { color: rgb(136,103,142); }

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

<style>
 a { background-color: #88678E; }

 a { background-color: rgb(136,103,142); }

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

<style>
 span { border-color: #88678E; }

 span { border-color: rgb(136,103,142); }

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