Html Css Color HEX #896090 Trendy Pink

📋 copy color: '#896090'

red 137 ◦ green 96 ◦ blue 144

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

Shades of Trendy Pink #896090

Tints of Trendy Pink #896090

RGB

 RED value IS 137 (53.91% from 255) = 36.34%

 GREEN value IS 96 (37.89% from 255) = 25.46%

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 36.34%
G = 25.46%
B = 38.2%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#896090 (or 0x896090) is known color: Trendy Pink. HEX triplet: 89, 60 and 90. RGB value is (137,96,144). Sum of RGB (Red+Green+Blue) = 137+96+144=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #896090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896090 is #769F6F. Grayscale: #717171. Windows color (decimal): -7774064 or 9461897. OLE color: 9461897.

HSL color Cylindrical-coordinate representation of color #896090: hue angle of 291.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #896090 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 96 144 -
CMYK 0.05 0.33 0 0.44
HSL 291.25º 0.2% 0.47% -
HSV(B) 291.25º 0.33% 0.56% -
XYZ 19.53 15.7 28.39 -
YUV 113.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 137 96 144 0.05 0.33 0 0.44 291.25 0.2 0.47
Hex 89 60 90 5 21 0 2C 123 14 2F
Octal 211 140 220 5 41 0 54 443 24 57
Binary 10001001 1100000 10010000 101 100001 0 101100 100100011 10100 101111

Color Harmonies of #896090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896090

Black with #896090

Text Example


Text Example

White with #896090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896090; }

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

 H1.HeaderClassName
 {
   color: #896090;
 }
 .AnyTagClassName
 {
   color: #896090;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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