#894B7B

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

Shades of Trendy Pink #894B7B

Tints of Trendy Pink #894B7B

Color information

#894B7B (or 0x894B7B) is unknown color: approx Trendy Pink. HEX triplet: 89, 4B and 7B. RGB value is (137,75,123). Sum of RGB (Red+Green+Blue) = 137+75+123=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #894B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B7B is #76B484. Grayscale: #626262. Windows color (decimal): -7779461 or 8080265. OLE color: 8080265.

HSL color Cylindrical-coordinate representation of color #894B7B: hue angle of 313.55º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894B7B is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB13775123-
CMYK00.450.100.46
HSL313.55º29.25%41.57%-
HSV(B)313.55º45.26%53.73%-
XYZ16.4111.7820.15-
YUV99.01141.54155.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=40.90%
G=22.39%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377512300.450.100.46313.5529.2541.57
Hex894B7B02DA2E13a1d2a
Octal21111317305512564723552
Binary10001001100101111110110101101101010111010011101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894B7B; }

 p { color: rgb(137,75,123); }

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

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

 a { background-color: rgb(137,75,123); }

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

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

 span { border-color: rgb(137,75,123); }

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