#885991

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

Shades of Trendy Pink #885991

Tints of Trendy Pink #885991

Color information

#885991 (or 0x885991) is unknown color: approx Trendy Pink. HEX triplet: 88, 59 and 91. RGB value is (136,89,145). Sum of RGB (Red+Green+Blue) = 136+89+145=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #885991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885991 is #77A66E. Grayscale: #6D6D6D. Windows color (decimal): -7841391 or 9525640. OLE color: 9525640.

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

Color convert

RGB13689145-
CMYK0.060.3900.43
HSL290.36º23.93%45.88%-
HSV(B)290.36º38.62%56.86%-
XYZ18.8414.4228.58-
YUV109.44148.07146.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=36.76%
G=24.05%
B=39.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136891450.060.3900.43290.3623.9345.88
Hex88599162702B122182e
Octal2101312216470534423056
Binary10001000101100110010001110100111010101110010001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885991; }

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

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

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

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

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

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

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

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