#895E82

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

Shades of Trendy Pink #895E82

Tints of Trendy Pink #895E82

Color information

#895E82 (or 0x895E82) is unknown color: approx Trendy Pink. HEX triplet: 89, 5E and 82. RGB value is (137,94,130). Sum of RGB (Red+Green+Blue) = 137+94+130=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #895E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E82 is #76A17D. Grayscale: #6E6E6E. Windows color (decimal): -7774590 or 8543881. OLE color: 8543881.

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

Color convert

RGB13794130-
CMYK00.310.050.46
HSL309.77º18.61%45.29%-
HSV(B)309.77º31.39%53.73%-
XYZ18.3514.9423.03-
YUV110.96138.75146.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=37.95%
G=26.04%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379413000.310.050.46309.7718.6145.29
Hex895E8201F52E136132d
Octal2111362020375564662355
Binary1000100110111101000001001111110110111010011011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,94,130); }

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

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

 a { background-color: rgb(137,94,130); }

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

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

 span { border-color: rgb(137,94,130); }

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