Html Css Color HEX #896887 Trendy Pink

📋 copy color: '#896887'

red 137 ◦ green 104 ◦ blue 135

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

Shades of Trendy Pink #896887

Tints of Trendy Pink #896887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 36.44%
G = 27.66%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#896887 (or 0x896887) is known color: Trendy Pink. HEX triplet: 89, 68 and 87. RGB value is (137,104,135). Sum of RGB (Red+Green+Blue) = 137+104+135=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 137 - color contains mainly: red. Hex color #896887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896887 is #769778. Grayscale: #757575. Windows color (decimal): -7772025 or 8874121. OLE color: 8874121.

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

Color convert

RGB 137 104 135 -
CMYK 0 0.24 0.01 0.46
HSL 303.64º 0.14% 0.47% -
HSV(B) 303.64º 0.24% 0.54% -
XYZ 19.64 16.97 25.16 -
YUV 117.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 137 104 135 0 0.24 0.01 0.46 303.64 0.14 0.47
Hex 89 68 87 0 18 1 2E 130 E 2F
Octal 211 150 207 0 30 1 56 460 16 57
Binary 10001001 1101000 10000111 0 11000 1 101110 100110000 1110 101111

Color Harmonies of #896887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896887

Black with #896887

Text Example


Text Example

White with #896887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896887; }

 p { color: rgb(137,104,135); }

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

background-color css

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

 a { background-color: rgb(137,104,135); }

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

border-color css

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

 span { border-color: rgb(137,104,135); }

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