#894B7D

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

Shades of Trendy Pink #894B7D

Tints of Trendy Pink #894B7D

Color information

#894B7D (or 0x894B7D) is unknown color: approx Trendy Pink. HEX triplet: 89, 4B and 7D. RGB value is (137,75,125). Sum of RGB (Red+Green+Blue) = 137+75+125=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #894B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B7D is #76B482. Grayscale: #636363. Windows color (decimal): -7779459 or 8211337. OLE color: 8211337.

HSL color Cylindrical-coordinate representation of color #894B7D: hue angle of 311.61º 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 #894B7D is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13775125-
CMYK00.450.090.46
HSL311.61º29.25%41.57%-
HSV(B)311.61º45.26%53.73%-
XYZ16.5311.8320.81-
YUV99.24142.54154.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=40.65%
G=22.26%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377512500.450.090.46311.6129.2541.57
Hex894B7D02D92E1381d2a
Octal21111317505511564703552
Binary10001001100101111111010101101100110111010011100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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