#895981

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

Shades of Trendy Pink #895981

Tints of Trendy Pink #895981

Color information

#895981 (or 0x895981) is unknown color: approx Trendy Pink. HEX triplet: 89, 59 and 81. RGB value is (137,89,129). Sum of RGB (Red+Green+Blue) = 137+89+129=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #895981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895981 is #76A67E. Grayscale: #6B6B6B. Windows color (decimal): -7775871 or 8477065. OLE color: 8477065.

HSL color Cylindrical-coordinate representation of color #895981: hue angle of 310º 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 #895981 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB13789129-
CMYK00.350.060.46
HSL310º21.24%44.31%-
HSV(B)310º35.04%53.73%-
XYZ17.8514.0522.54-
YUV107.91139.9148.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=38.59%
G=25.07%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378912900.350.060.4631021.2444.31
Hex89598102362E136152c
Octal2111312010436564662554
Binary10001001101100110000001010001111010111010011011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895981; }

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

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

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

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

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

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

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

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