#885089

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

Shades of Trendy Pink #885089

Tints of Trendy Pink #885089

Color information

#885089 (or 0x885089) is unknown color: approx Trendy Pink. HEX triplet: 88, 50 and 89. RGB value is (136,80,137). Sum of RGB (Red+Green+Blue) = 136+80+137=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #885089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885089 is #77AF76. Grayscale: #676767. Windows color (decimal): -7843703 or 8999048. OLE color: 8999048.

HSL color Cylindrical-coordinate representation of color #885089: hue angle of 298.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #885089 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13680137-
CMYK0.010.4200.46
HSL298.95º26.27%42.55%-
HSV(B)298.95º41.61%53.73%-
XYZ17.5412.7825.21-
YUV103.24147.05151.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=38.53%
G=22.66%
B=38.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136801370.010.4200.46298.9526.2742.55
Hex88508912A02E12b1a2b
Octal2101202111520564533253
Binary100010001010000100010011101010010111010010101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885089; }

 p { color: rgb(136,80,137); }

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

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

 a { background-color: rgb(136,80,137); }

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

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

 span { border-color: rgb(136,80,137); }

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