#895291

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

Shades of Trendy Pink #895291

Tints of Trendy Pink #895291

Color information

#895291 (or 0x895291) is unknown color: approx Trendy Pink. HEX triplet: 89, 52 and 91. RGB value is (137,82,145). Sum of RGB (Red+Green+Blue) = 137+82+145=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #895291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895291 is #76AD6E. Grayscale: #696969. Windows color (decimal): -7777647 or 9523849. OLE color: 9523849.

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

Color convert

RGB13782145-
CMYK0.060.4300.43
HSL292.38º27.75%44.51%-
HSV(B)292.38º43.45%56.86%-
XYZ18.4413.428.4-
YUV105.63150.22150.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 145 (57.03% from 255) = 39.84%
R=37.64%
G=22.53%
B=39.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137821450.060.4300.43292.3827.7544.51
Hex89529162B02B1241c2d
Octal2111222216530534443455
Binary10001001101001010010001110101011010101110010010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895291; }

 p { color: rgb(137,82,145); }

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

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

 a { background-color: rgb(137,82,145); }

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

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

 span { border-color: rgb(137,82,145); }

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