#895593

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

Shades of Trendy Pink #895593

Tints of Trendy Pink #895593

Color information

#895593 (or 0x895593) is unknown color: approx Trendy Pink. HEX triplet: 89, 55 and 93. RGB value is (137,85,147). Sum of RGB (Red+Green+Blue) = 137+85+147=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #895593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895593 is #76AA6C. Grayscale: #6B6B6B. Windows color (decimal): -7776877 or 9655689. OLE color: 9655689.

HSL color Cylindrical-coordinate representation of color #895593: hue angle of 290.32º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895593 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13785147-
CMYK0.070.4200.42
HSL290.32º26.72%45.49%-
HSV(B)290.32º42.18%57.65%-
XYZ18.8313.9229.3-
YUV107.62150.23148.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=37.13%
G=23.04%
B=39.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137851470.070.4200.42290.3226.7245.49
Hex89559372A02A1221b2d
Octal2111252237520524423355
Binary10001001101010110010011111101010010101010010001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895593; }

 p { color: rgb(137,85,147); }

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

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

 a { background-color: rgb(137,85,147); }

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

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

 span { border-color: rgb(137,85,147); }

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