Html Css Color HEX #895090 Trendy Pink

📋 copy color: '#895090'

red 137 ◦ green 80 ◦ blue 144

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

Shades of Trendy Pink #895090

Tints of Trendy Pink #895090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

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

R = 37.95%
G = 22.16%
B = 39.89%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#895090 (or 0x895090) is known color: Trendy Pink. HEX triplet: 89, 50 and 90. RGB value is (137,80,144). Sum of RGB (Red+Green+Blue) = 137+80+144=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #895090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895090 is #76AF6F. Grayscale: #686868. Windows color (decimal): -7778160 or 9457801. OLE color: 9457801.

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

Color convert

RGB 137 80 144 -
CMYK 0.05 0.44 0 0.44
HSL 293.44º 0.29% 0.44% -
HSV(B) 293.44º 0.44% 0.56% -
XYZ 18.22 13.07 27.95 -
YUV 104.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 137 80 144 0.05 0.44 0 0.44 293.44 0.29 0.44
Hex 89 50 90 5 2C 0 2C 125 1D 2C
Octal 211 120 220 5 54 0 54 445 35 54
Binary 10001001 1010000 10010000 101 101100 0 101100 100100101 11101 101100

Color Harmonies of #895090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895090

Black with #895090

Text Example


Text Example

White with #895090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895090; }

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

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

background-color css

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

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

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

border-color css

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

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

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