#885A92

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

Shades of Trendy Pink #885A92

Tints of Trendy Pink #885A92

Color information

#885A92 (or 0x885A92) is unknown color: approx Trendy Pink. HEX triplet: 88, 5A and 92. RGB value is (136,90,146). Sum of RGB (Red+Green+Blue) = 136+90+146=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #885A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885A92 is #77A56D. Grayscale: #6D6D6D. Windows color (decimal): -7841134 or 9591432. OLE color: 9591432.

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

Color convert

RGB13690146-
CMYK0.070.3800.43
HSL289.29º23.73%46.27%-
HSV(B)289.29º38.36%57.25%-
XYZ1914.6229.02-
YUV110.14148.24146.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=36.56%
G=24.19%
B=39.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136901460.070.3800.43289.2923.7346.27
Hex885A9272602B121182e
Octal2101322227460534413056
Binary10001000101101010010010111100110010101110010000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,90,146); }

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

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

 a { background-color: rgb(136,90,146); }

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

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

 span { border-color: rgb(136,90,146); }

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