Html Css Color HEX #896590 Trendy Pink

📋 copy color: '#896590'

red 137 ◦ green 101 ◦ blue 144

#896590
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #896590

Tints of Trendy Pink #896590

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.7%

R = 35.86%
G = 26.44%
B = 37.7%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#896590 (or 0x896590) is known color: 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

RGB 137 101 144 -
CMYK 0.05 0.30 0 0.44
HSL 290.23º 0.18% 0.48% -
HSV(B) 290.23º 0.3% 0.56% -
XYZ 20 16.64 28.54 -
YUV 116.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 137 101 144 0.05 0.30 0 0.44 290.23 0.18 0.48
Hex 89 65 90 5 1E 0 2C 122 12 30
Octal 211 145 220 5 36 0 54 442 22 60
Binary 10001001 1100101 10010000 101 11110 0 101100 100100010 10010 110000

Color Harmonies of #896590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896590

Black with #896590

Text Example


Text Example

White with #896590

Text Example


Text Example

HTML Codes & Css Web 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>