#895792

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

Shades of Trendy Pink #895792

Tints of Trendy Pink #895792

Color information

#895792 (or 0x895792) is unknown color: approx Trendy Pink. HEX triplet: 89, 57 and 92. RGB value is (137,87,146). Sum of RGB (Red+Green+Blue) = 137+87+146=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #895792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895792 is #76A86D. Grayscale: #6C6C6C. Windows color (decimal): -7776366 or 9590665. OLE color: 9590665.

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

Color convert

RGB13787146-
CMYK0.060.4000.43
HSL290.85º25.32%45.69%-
HSV(B)290.85º40.41%57.25%-
XYZ18.9114.2128.94-
YUV108.68149.06148.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=37.03%
G=23.51%
B=39.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137871460.060.4000.43290.8525.3245.69
Hex89579262802B123192e
Octal2111272226500534433156
Binary10001001101011110010010110101000010101110010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895792; }

 p { color: rgb(137,87,146); }

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

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

 a { background-color: rgb(137,87,146); }

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

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

 span { border-color: rgb(137,87,146); }

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