#896590

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

Shades of Trendy Pink #896590

Tints of Trendy Pink #896590

Color information

#896590 (or 0x896590) is unknown color: approx Trendy Pink. HEX triplet: 89, 65 and 90. RGB value is (137,101,144). Sum of RGB (Red+Green+Blue) = 137+101+144=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #896590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896590 is #769A6F. Grayscale: #747474. Windows color (decimal): -7772784 or 9463177. OLE color: 9463177.

HSL color Cylindrical-coordinate representation of color #896590: hue angle of 290.23º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896590 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137101144-
CMYK0.050.3000.44
HSL290.23º17.55%48.04%-
HSV(B)290.23º29.86%56.47%-
XYZ2016.6428.54-
YUV116.67143.43142.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=35.86%
G=26.44%
B=37.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371011440.050.3000.44290.2317.5548.04
Hex89659051E02C1221230
Octal2111452205360544422260
Binary1000100111001011001000010111110010110010010001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896590; }

 p { color: rgb(137,101,144); }

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

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

 a { background-color: rgb(137,101,144); }

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

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

 span { border-color: rgb(137,101,144); }

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