#895E84

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

Shades of Trendy Pink #895E84

Tints of Trendy Pink #895E84

Color information

#895E84 (or 0x895E84) is unknown color: approx Trendy Pink. HEX triplet: 89, 5E and 84. RGB value is (137,94,132). Sum of RGB (Red+Green+Blue) = 137+94+132=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #895E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E84 is #76A17B. Grayscale: #6F6F6F. Windows color (decimal): -7774588 or 8674953. OLE color: 8674953.

HSL color Cylindrical-coordinate representation of color #895E84: hue angle of 306.98º 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 #895E84 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB13794132-
CMYK00.310.040.46
HSL306.98º18.61%45.29%-
HSV(B)306.98º31.39%53.73%-
XYZ18.4814.9923.75-
YUV111.19139.75146.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=37.74%
G=25.90%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379413200.310.040.46306.9818.6145.29
Hex895E8401F42E133132d
Octal2111362040374564632355
Binary1000100110111101000010001111110010111010011001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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