#89718A

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

Shades of Trendy Pink #89718A

Tints of Trendy Pink #89718A

Color information

#89718A (or 0x89718A) is unknown color: approx Trendy Pink. HEX triplet: 89, 71 and 8A. RGB value is (137,113,138). Sum of RGB (Red+Green+Blue) = 137+113+138=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #89718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89718A is #768E75. Grayscale: #7A7A7A. Windows color (decimal): -7769718 or 9073033. OLE color: 9073033.

HSL color Cylindrical-coordinate representation of color #89718A: hue angle of 297.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #89718A is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB137113138-
CMYK0.010.1800.46
HSL297.6º9.96%49.22%-
HSV(B)297.6º18.12%54.12%-
XYZ20.8118.9626.61-
YUV123.03136.45137.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=35.31%
G=29.12%
B=35.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371131380.010.1800.46297.69.9649.22
Hex89718A11202E12aa31
Octal2111612121220564521261
Binary1000100111100011000101011001001011101001010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89718A; }

 p { color: rgb(137,113,138); }

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

<style>
 a { background-color: #89718A; }

 a { background-color: rgb(137,113,138); }

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

<style>
 span { border-color: #89718A; }

 span { border-color: rgb(137,113,138); }

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