#894F8B

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

Shades of Trendy Pink #894F8B

Tints of Trendy Pink #894F8B

Color information

#894F8B (or 0x894F8B) is unknown color: approx Trendy Pink. HEX triplet: 89, 4F and 8B. RGB value is (137,79,139). Sum of RGB (Red+Green+Blue) = 137+79+139=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #894F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894F8B is #76B074. Grayscale: #676767. Windows color (decimal): -7778421 or 9129865. OLE color: 9129865.

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

Color convert

RGB13779139-
CMYK0.010.4300.45
HSL298º27.52%42.75%-
HSV(B)298º43.17%54.51%-
XYZ17.7712.7725.96-
YUV103.18148.22152.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=38.59%
G=22.25%
B=39.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137791390.010.4300.4529827.5242.75
Hex894F8B12B02D12a1c2b
Octal2111172131530554523453
Binary100010011001111100010111101011010110110010101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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