Html Css Color HEX #896883 Trendy Pink

📋 copy color: '#896883'

red 137 ◦ green 104 ◦ blue 131

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

Shades of Trendy Pink #896883

Tints of Trendy Pink #896883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 36.83%
G = 27.96%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#896883 (or 0x896883) is known color: Trendy Pink. HEX triplet: 89, 68 and 83. RGB value is (137,104,131). Sum of RGB (Red+Green+Blue) = 137+104+131=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #896883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896883 is #76977C. Grayscale: #747474. Windows color (decimal): -7772029 or 8611977. OLE color: 8611977.

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

Color convert

RGB 137 104 131 -
CMYK 0 0.24 0.04 0.46
HSL 310.91º 0.14% 0.47% -
HSV(B) 310.91º 0.24% 0.54% -
XYZ 19.36 16.86 23.71 -
YUV 116.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 137 104 131 0 0.24 0.04 0.46 310.91 0.14 0.47
Hex 89 68 83 0 18 4 2E 137 E 2F
Octal 211 150 203 0 30 4 56 467 16 57
Binary 10001001 1101000 10000011 0 11000 100 101110 100110111 1110 101111

Color Harmonies of #896883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896883

Black with #896883

Text Example


Text Example

White with #896883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896883; }

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

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

background-color css

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

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

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

border-color css

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

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

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