#896983

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

Shades of Trendy Pink #896983

Tints of Trendy Pink #896983

Color information

#896983 (or 0x896983) is unknown color: approx Trendy Pink. HEX triplet: 89, 69 and 83. RGB value is (137,105,131). Sum of RGB (Red+Green+Blue) = 137+105+131=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #896983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896983 is #76967C. Grayscale: #757575. Windows color (decimal): -7771773 or 8612233. OLE color: 8612233.

HSL color Cylindrical-coordinate representation of color #896983: hue angle of 311.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #896983 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB137105131-
CMYK00.230.040.46
HSL311.25º13.22%47.45%-
HSV(B)311.25º23.36%53.73%-
XYZ19.4617.0623.74-
YUV117.53135.6141.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=36.73%
G=28.15%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710513100.230.040.46311.2513.2247.45
Hex89698301742E137d2f
Octal2111512030274564671557
Binary100010011101001100000110101111001011101001101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896983; }

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

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

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

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

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

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

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

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