Html Css Color HEX #896384 Trendy Pink

📋 copy color: '#896384'

red 137 ◦ green 99 ◦ blue 132

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

Shades of Trendy Pink #896384

Tints of Trendy Pink #896384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 37.23%
G = 26.9%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#896384 (or 0x896384) is known color: Trendy Pink. HEX triplet: 89, 63 and 84. RGB value is (137,99,132). Sum of RGB (Red+Green+Blue) = 137+99+132=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #896384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896384 is #769C7B. Grayscale: #727272. Windows color (decimal): -7773308 or 8676233. OLE color: 8676233.

HSL color Cylindrical-coordinate representation of color #896384: hue angle of 307.89º 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 #896384 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 99 132 -
CMYK 0 0.28 0.04 0.46
HSL 307.89º 0.16% 0.46% -
HSV(B) 307.89º 0.28% 0.54% -
XYZ 18.94 15.91 23.9 -
YUV 114.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 137 99 132 0 0.28 0.04 0.46 307.89 0.16 0.46
Hex 89 63 84 0 1C 4 2E 134 10 2E
Octal 211 143 204 0 34 4 56 464 20 56
Binary 10001001 1100011 10000100 0 11100 100 101110 100110100 10000 101110

Color Harmonies of #896384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896384

Black with #896384

Text Example


Text Example

White with #896384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896384; }

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

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

background-color css

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

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

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

border-color css

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

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

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