#895088

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

Shades of Trendy Pink #895088

Tints of Trendy Pink #895088

Color information

#895088 (or 0x895088) is unknown color: approx Trendy Pink. HEX triplet: 89, 50 and 88. RGB value is (137,80,136). Sum of RGB (Red+Green+Blue) = 137+80+136=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #895088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895088 is #76AF77. Grayscale: #676767. Windows color (decimal): -7778168 or 8933513. OLE color: 8933513.

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

Color convert

RGB13780136-
CMYK00.420.010.46
HSL301.05º26.27%42.55%-
HSV(B)301.05º41.61%53.73%-
XYZ17.6312.8324.84-
YUV103.43146.38151.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=38.81%
G=22.66%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378013600.420.010.46301.0526.2742.55
Hex89508802A12E12d1a2b
Octal2111202100521564553253
Binary100010011010000100010000101010110111010010110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895088; }

 p { color: rgb(137,80,136); }

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

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

 a { background-color: rgb(137,80,136); }

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

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

 span { border-color: rgb(137,80,136); }

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