Html Css Color HEX #896388 Trendy Pink

📋 copy color: '#896388'

red 137 ◦ green 99 ◦ blue 136

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

Shades of Trendy Pink #896388

Tints of Trendy Pink #896388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

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

R = 36.83%
G = 26.61%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#896388 (or 0x896388) is known color: Trendy Pink. HEX triplet: 89, 63 and 88. RGB value is (137,99,136). Sum of RGB (Red+Green+Blue) = 137+99+136=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #896388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896388 is #769C77. Grayscale: #727272. Windows color (decimal): -7773304 or 8938377. OLE color: 8938377.

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

Color convert

RGB 137 99 136 -
CMYK 0 0.28 0.01 0.46
HSL 301.58º 0.16% 0.46% -
HSV(B) 301.58º 0.28% 0.54% -
XYZ 19.22 16.02 25.37 -
YUV 114.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 137 99 136 0 0.28 0.01 0.46 301.58 0.16 0.46
Hex 89 63 88 0 1C 1 2E 12E 10 2E
Octal 211 143 210 0 34 1 56 456 20 56
Binary 10001001 1100011 10001000 0 11100 1 101110 100101110 10000 101110

Color Harmonies of #896388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896388

Black with #896388

Text Example


Text Example

White with #896388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896388; }

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

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

background-color css

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

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

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

border-color css

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

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

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