#895984

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

Shades of Trendy Pink #895984

Tints of Trendy Pink #895984

Color information

#895984 (or 0x895984) is unknown color: approx Trendy Pink. HEX triplet: 89, 59 and 84. RGB value is (137,89,132). Sum of RGB (Red+Green+Blue) = 137+89+132=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #895984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895984 is #76A67B. Grayscale: #6C6C6C. Windows color (decimal): -7775868 or 8673673. OLE color: 8673673.

HSL color Cylindrical-coordinate representation of color #895984: hue angle of 306.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895984 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB13789132-
CMYK00.350.040.46
HSL306.25º21.24%44.31%-
HSV(B)306.25º35.04%53.73%-
XYZ18.0514.1323.61-
YUV108.25141.4148.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=38.27%
G=24.86%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378913200.350.040.46306.2521.2444.31
Hex89598402342E132152c
Octal2111312040434564622554
Binary10001001101100110000100010001110010111010011001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895984; }

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

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

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

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

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

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

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

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