#885990

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

Shades of Trendy Pink #885990

Tints of Trendy Pink #885990

Color information

#885990 (or 0x885990) is unknown color: approx Trendy Pink. HEX triplet: 88, 59 and 90. RGB value is (136,89,144). Sum of RGB (Red+Green+Blue) = 136+89+144=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #885990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885990 is #77A66F. Grayscale: #6D6D6D. Windows color (decimal): -7841392 or 9460104. OLE color: 9460104.

HSL color Cylindrical-coordinate representation of color #885990: hue angle of 291.27º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885990 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13689144-
CMYK0.060.3800.44
HSL291.27º23.61%45.69%-
HSV(B)291.27º38.19%56.47%-
XYZ18.7614.3928.17-
YUV109.32147.57147.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=36.86%
G=24.12%
B=39.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136891440.060.3800.44291.2723.6145.69
Hex88599062602C123182e
Octal2101312206460544433056
Binary10001000101100110010000110100110010110010010001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885990; }

 p { color: rgb(136,89,144); }

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

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

 a { background-color: rgb(136,89,144); }

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

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

 span { border-color: rgb(136,89,144); }

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