#895694

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

Shades of Trendy Pink #895694

Tints of Trendy Pink #895694

Color information

#895694 (or 0x895694) is unknown color: approx Trendy Pink. HEX triplet: 89, 56 and 94. RGB value is (137,86,148). Sum of RGB (Red+Green+Blue) = 137+86+148=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #895694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895694 is #76A96B. Grayscale: #6C6C6C. Windows color (decimal): -7776620 or 9721481. OLE color: 9721481.

HSL color Cylindrical-coordinate representation of color #895694: hue angle of 289.35º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895694 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13786148-
CMYK0.070.4200.42
HSL289.35º26.5%45.88%-
HSV(B)289.35º41.89%58.04%-
XYZ18.9914.1129.74-
YUV108.32150.4148.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=36.93%
G=23.18%
B=39.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137861480.070.4200.42289.3526.545.88
Hex89569472A02A1211a2e
Octal2111262247520524413256
Binary10001001101011010010100111101010010101010010000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895694; }

 p { color: rgb(137,86,148); }

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

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

 a { background-color: rgb(137,86,148); }

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

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

 span { border-color: rgb(137,86,148); }

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