#885091

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

Shades of Trendy Pink #885091

Tints of Trendy Pink #885091

Color information

#885091 (or 0x885091) is unknown color: approx Trendy Pink. HEX triplet: 88, 50 and 91. RGB value is (136,80,145). Sum of RGB (Red+Green+Blue) = 136+80+145=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #885091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885091 is #77AF6E. Grayscale: #676767. Windows color (decimal): -7843695 or 9523336. OLE color: 9523336.

HSL color Cylindrical-coordinate representation of color #885091: hue angle of 291.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #885091 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13680145-
CMYK0.060.4500.43
HSL291.69º28.89%44.12%-
HSV(B)291.69º44.83%56.86%-
XYZ18.1313.0228.34-
YUV104.15151.05150.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=37.67%
G=22.16%
B=40.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136801450.060.4500.43291.6928.8944.12
Hex88509162D02B1241d2c
Octal2101202216550534443554
Binary10001000101000010010001110101101010101110010010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885091; }

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

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

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

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

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

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

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

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