#894B8B

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

Shades of Trendy Pink #894B8B

Tints of Trendy Pink #894B8B

Color information

#894B8B (or 0x894B8B) is unknown color: approx Trendy Pink. HEX triplet: 89, 4B and 8B. RGB value is (137,75,139). Sum of RGB (Red+Green+Blue) = 137+75+139=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #894B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894B8B is #76B474. Grayscale: #646464. Windows color (decimal): -7779445 or 9128841. OLE color: 9128841.

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

Color convert

RGB13775139-
CMYK0.010.4600.45
HSL298.12º29.91%41.96%-
HSV(B)298.12º46.04%54.51%-
XYZ17.4912.2125.86-
YUV100.83149.54153.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=39.03%
G=21.37%
B=39.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137751390.010.4600.45298.1229.9141.96
Hex894B8B12E02D12a1e2a
Octal2111132131560554523652
Binary100010011001011100010111101110010110110010101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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