#895481

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

Shades of Trendy Pink #895481

Tints of Trendy Pink #895481

Color information

#895481 (or 0x895481) is unknown color: approx Trendy Pink. HEX triplet: 89, 54 and 81. RGB value is (137,84,129). Sum of RGB (Red+Green+Blue) = 137+84+129=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #895481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895481 is #76AB7E. Grayscale: #686868. Windows color (decimal): -7777151 or 8475785. OLE color: 8475785.

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

Color convert

RGB13784129-
CMYK00.390.060.46
HSL309.06º23.98%43.33%-
HSV(B)309.06º38.69%53.73%-
XYZ17.4513.2422.41-
YUV104.98141.56150.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 129 (50.78% from 255) = 36.86%
R=39.14%
G=24%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378412900.390.060.46309.0623.9843.33
Hex89548102762E135182b
Octal2111242010476564653053
Binary10001001101010010000001010011111010111010011010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895481; }

 p { color: rgb(137,84,129); }

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

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

 a { background-color: rgb(137,84,129); }

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

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

 span { border-color: rgb(137,84,129); }

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