#89447E

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

Shades of Trendy Pink #89447E

Tints of Trendy Pink #89447E

Color information

#89447E (or 0x89447E) is unknown color: approx Trendy Pink. HEX triplet: 89, 44 and 7E. RGB value is (137,68,126). Sum of RGB (Red+Green+Blue) = 137+68+126=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89447E is #76BB81. Grayscale: #5F5F5F. Windows color (decimal): -7781250 or 8275081. OLE color: 8275081.

HSL color Cylindrical-coordinate representation of color #89447E: hue angle of 309.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89447E is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB13768126-
CMYK00.500.080.46
HSL309.57º33.66%40.2%-
HSV(B)309.57º50.36%53.73%-
XYZ16.1510.9621-
YUV95.24145.36157.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 126 (49.61% from 255) = 38.07%
R=41.39%
G=20.54%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376812600.500.080.46309.5733.6640.2
Hex89447E03282E1362228
Octal21110417606210564664250
Binary100010011000100111111001100101000101110100110110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89447E; }

 p { color: rgb(137,68,126); }

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

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

 a { background-color: rgb(137,68,126); }

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

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

 span { border-color: rgb(137,68,126); }

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