#885D8C

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

Shades of Trendy Pink #885D8C

Tints of Trendy Pink #885D8C

Color information

#885D8C (or 0x885D8C) is unknown color: approx Trendy Pink. HEX triplet: 88, 5D and 8C. RGB value is (136,93,140). Sum of RGB (Red+Green+Blue) = 136+93+140=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #885D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885D8C is #77A273. Grayscale: #6F6F6F. Windows color (decimal): -7840372 or 9198984. OLE color: 9198984.

HSL color Cylindrical-coordinate representation of color #885D8C: hue angle of 294.89º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885D8C is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13693140-
CMYK0.030.3400.45
HSL294.89º20.17%45.69%-
HSV(B)294.89º33.57%54.9%-
XYZ18.814.9626.71-
YUV111.22144.25145.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=36.86%
G=25.20%
B=37.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136931400.030.3400.45294.8920.1745.69
Hex885D8C32202D127142e
Octal2101352143420554472456
Binary1000100010111011000110011100010010110110010011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885D8C; }

 p { color: rgb(136,93,140); }

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

<style>
 a { background-color: #885D8C; }

 a { background-color: rgb(136,93,140); }

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

<style>
 span { border-color: #885D8C; }

 span { border-color: rgb(136,93,140); }

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