#89698C

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

Shades of Trendy Pink #89698C

Tints of Trendy Pink #89698C

Color information

#89698C (or 0x89698C) is unknown color: approx Trendy Pink. HEX triplet: 89, 69 and 8C. RGB value is (137,105,140). Sum of RGB (Red+Green+Blue) = 137+105+140=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 140 - color contains mainly: blue. Hex color #89698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89698C is #769673. Grayscale: #767676. Windows color (decimal): -7771764 or 9202057. OLE color: 9202057.

HSL color Cylindrical-coordinate representation of color #89698C: hue angle of 294.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89698C is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB137105140-
CMYK0.020.2500.45
HSL294.86º14.29%48.04%-
HSV(B)294.86º25%54.9%-
XYZ20.117.3127.09-
YUV118.56140.1141.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=35.86%
G=27.49%
B=36.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371051400.020.2500.45294.8614.2948.04
Hex89698C21902D127e30
Octal2111512142310554471660
Binary10001001110100110001100101100101011011001001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89698C; }

 p { color: rgb(137,105,140); }

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

<style>
 a { background-color: #89698C; }

 a { background-color: rgb(137,105,140); }

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

<style>
 span { border-color: #89698C; }

 span { border-color: rgb(137,105,140); }

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