#895594

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

Shades of Trendy Pink #895594

Tints of Trendy Pink #895594

Color information

#895594 (or 0x895594) is unknown color: approx Trendy Pink. HEX triplet: 89, 55 and 94. RGB value is (137,85,148). Sum of RGB (Red+Green+Blue) = 137+85+148=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #895594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895594 is #76AA6B. Grayscale: #6B6B6B. Windows color (decimal): -7776876 or 9721225. OLE color: 9721225.

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

Color convert

RGB13785148-
CMYK0.070.4300.42
HSL289.52º27.04%45.69%-
HSV(B)289.52º42.57%58.04%-
XYZ18.9113.9529.71-
YUV107.73150.73148.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 148 (58.20% from 255) = 40%
R=37.03%
G=22.97%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137851480.070.4300.42289.5227.0445.69
Hex89559472B02A1221b2e
Octal2111252247530524423356
Binary10001001101010110010100111101011010101010010001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895594; }

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

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

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

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

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

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

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

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