#895C90

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

Shades of Trendy Pink #895C90

Tints of Trendy Pink #895C90

Color information

#895C90 (or 0x895C90) is unknown color: approx Trendy Pink. HEX triplet: 89, 5C and 90. RGB value is (137,92,144). Sum of RGB (Red+Green+Blue) = 137+92+144=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #895C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895C90 is #76A36F. Grayscale: #6F6F6F. Windows color (decimal): -7775088 or 9460873. OLE color: 9460873.

HSL color Cylindrical-coordinate representation of color #895C90: hue angle of 291.92º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895C90 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13792144-
CMYK0.050.3600.44
HSL291.92º22.03%46.27%-
HSV(B)291.92º36.11%56.47%-
XYZ19.1814.9928.27-
YUV111.38146.41146.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 92 (36.33% from 255) = 24.66%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=36.73%
G=24.66%
B=38.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137921440.050.3600.44291.9222.0346.27
Hex895C9052402C124162e
Octal2111342205440544442656
Binary10001001101110010010000101100100010110010010010010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,92,144); }

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

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

 a { background-color: rgb(137,92,144); }

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

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

 span { border-color: rgb(137,92,144); }

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