#895A88

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

Shades of Trendy Pink #895A88

Tints of Trendy Pink #895A88

Color information

#895A88 (or 0x895A88) is unknown color: approx Trendy Pink. HEX triplet: 89, 5A and 88. RGB value is (137,90,136). Sum of RGB (Red+Green+Blue) = 137+90+136=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #895A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A88 is #76A577. Grayscale: #6D6D6D. Windows color (decimal): -7775608 or 8936073. OLE color: 8936073.

HSL color Cylindrical-coordinate representation of color #895A88: hue angle of 301.28º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895A88 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13790136-
CMYK00.340.010.46
HSL301.28º20.7%44.51%-
HSV(B)301.28º34.31%53.73%-
XYZ18.4214.4125.1-
YUV109.3143.07147.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=37.74%
G=24.79%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379013600.340.010.46301.2820.744.51
Hex895A8802212E12d152d
Octal2111322100421564552555
Binary100010011011010100010000100010110111010010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895A88; }

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

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

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

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

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

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

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

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