Html Css Color HEX #895488 Trendy Pink

📋 copy color: '#895488'

red 137 ◦ green 84 ◦ blue 136

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

Shades of Trendy Pink #895488

Tints of Trendy Pink #895488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.53%

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 38.38%
G = 23.53%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#895488 (or 0x895488) is known color: Trendy Pink. HEX triplet: 89, 54 and 88. RGB value is (137,84,136). Sum of RGB (Red+Green+Blue) = 137+84+136=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #895488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895488 is #76AB77. Grayscale: #696969. Windows color (decimal): -7777144 or 8934537. OLE color: 8934537.

HSL color Cylindrical-coordinate representation of color #895488: hue angle of 301.13º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895488 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 84 136 -
CMYK 0 0.39 0.01 0.46
HSL 301.13º 0.24% 0.43% -
HSV(B) 301.13º 0.39% 0.54% -
XYZ 17.93 13.44 24.94 -
YUV 105.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 137 84 136 0 0.39 0.01 0.46 301.13 0.24 0.43
Hex 89 54 88 0 27 1 2E 12D 18 2B
Octal 211 124 210 0 47 1 56 455 30 53
Binary 10001001 1010100 10001000 0 100111 1 101110 100101101 11000 101011

Color Harmonies of #895488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895488

Black with #895488

Text Example


Text Example

White with #895488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895488; }

 p { color: rgb(137,84,136); }

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

background-color css

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

 a { background-color: rgb(137,84,136); }

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

border-color css

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

 span { border-color: rgb(137,84,136); }

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