#895994

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

Shades of Trendy Pink #895994

Tints of Trendy Pink #895994

Color information

#895994 (or 0x895994) is unknown color: approx Trendy Pink. HEX triplet: 89, 59 and 94. RGB value is (137,89,148). Sum of RGB (Red+Green+Blue) = 137+89+148=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #895994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895994 is #76A66B. Grayscale: #6D6D6D. Windows color (decimal): -7775852 or 9722249. OLE color: 9722249.

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

Color convert

RGB13789148-
CMYK0.070.4000.42
HSL288.81º24.89%46.47%-
HSV(B)288.81º39.86%58.04%-
XYZ19.2314.629.82-
YUV110.08149.4147.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 148 (58.20% from 255) = 39.57%
R=36.63%
G=23.80%
B=39.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137891480.070.4000.42288.8124.8946.47
Hex89599472802A121192e
Octal2111312247500524413156
Binary10001001101100110010100111101000010101010010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895994; }

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

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

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

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

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

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

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

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