#89508E

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

Shades of Trendy Pink #89508E

Tints of Trendy Pink #89508E

Color information

#89508E (or 0x89508E) is unknown color: approx Trendy Pink. HEX triplet: 89, 50 and 8E. RGB value is (137,80,142). Sum of RGB (Red+Green+Blue) = 137+80+142=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #89508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89508E is #76AF71. Grayscale: #676767. Windows color (decimal): -7778162 or 9326729. OLE color: 9326729.

HSL color Cylindrical-coordinate representation of color #89508E: hue angle of 295.16º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89508E is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13780142-
CMYK0.040.4400.44
HSL295.16º27.93%43.53%-
HSV(B)295.16º43.66%55.69%-
XYZ18.0713.0127.15-
YUV104.11149.38151.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=38.16%
G=22.28%
B=39.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137801420.040.4400.44295.1627.9343.53
Hex89508E42C02C1271c2c
Octal2111202164540544473454
Binary10001001101000010001110100101100010110010010011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,80,142); }

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

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

 a { background-color: rgb(137,80,142); }

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

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

 span { border-color: rgb(137,80,142); }

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