#895894

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

Shades of Trendy Pink #895894

Tints of Trendy Pink #895894

Color information

#895894 (or 0x895894) is unknown color: approx Trendy Pink. HEX triplet: 89, 58 and 94. RGB value is (137,88,148). Sum of RGB (Red+Green+Blue) = 137+88+148=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #895894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895894 is #76A76B. Grayscale: #6D6D6D. Windows color (decimal): -7776108 or 9721993. OLE color: 9721993.

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

Color convert

RGB13788148-
CMYK0.070.4100.42
HSL289º25.42%46.27%-
HSV(B)289º40.54%58.04%-
XYZ19.1514.4429.79-
YUV109.49149.73147.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=36.73%
G=23.59%
B=39.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137881480.070.4100.4228925.4246.27
Hex89589472902A121192e
Octal2111302247510524413156
Binary10001001101100010010100111101001010101010010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895894; }

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

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

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

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

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

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

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

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