Html Css Color HEX #895890 Trendy Pink

📋 copy color: '#895890'

red 137 ◦ green 88 ◦ blue 144

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

Shades of Trendy Pink #895890

Tints of Trendy Pink #895890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

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

R = 37.13%
G = 23.85%
B = 39.02%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#895890 (or 0x895890) is known color: Trendy Pink. HEX triplet: 89, 58 and 90. RGB value is (137,88,144). Sum of RGB (Red+Green+Blue) = 137+88+144=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #895890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895890 is #76A76F. Grayscale: #6C6C6C. Windows color (decimal): -7776112 or 9459849. OLE color: 9459849.

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

Color convert

RGB 137 88 144 -
CMYK 0.05 0.39 0 0.44
HSL 292.5º 0.24% 0.45% -
HSV(B) 292.5º 0.39% 0.56% -
XYZ 18.84 14.31 28.15 -
YUV 109.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 137 88 144 0.05 0.39 0 0.44 292.5 0.24 0.45
Hex 89 58 90 5 27 0 2C 124 18 2D
Octal 211 130 220 5 47 0 54 444 30 55
Binary 10001001 1011000 10010000 101 100111 0 101100 100100100 11000 101101

Color Harmonies of #895890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895890

Black with #895890

Text Example


Text Example

White with #895890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895890; }

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

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

background-color css

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

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

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

border-color css

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

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

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