Html Css Color HEX #896383 Trendy Pink

📋 copy color: '#896383'

red 137 ◦ green 99 ◦ blue 131

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

Shades of Trendy Pink #896383

Tints of Trendy Pink #896383

RGB

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

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

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

R = 37.33%
G = 26.98%
B = 35.69%

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

#896383 (or 0x896383) is known color: Trendy Pink. HEX triplet: 89, 63 and 83. RGB value is (137,99,131). Sum of RGB (Red+Green+Blue) = 137+99+131=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #896383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896383 is #769C7C. Grayscale: #717171. Windows color (decimal): -7773309 or 8610697. OLE color: 8610697.

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

Color convert

RGB 137 99 131 -
CMYK 0 0.28 0.04 0.46
HSL 309.47º 0.16% 0.46% -
HSV(B) 309.47º 0.28% 0.54% -
XYZ 18.88 15.88 23.54 -
YUV 114.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 137 99 131 0 0.28 0.04 0.46 309.47 0.16 0.46
Hex 89 63 83 0 1C 4 2E 135 10 2E
Octal 211 143 203 0 34 4 56 465 20 56
Binary 10001001 1100011 10000011 0 11100 100 101110 100110101 10000 101110

Color Harmonies of #896383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896383

Black with #896383

Text Example


Text Example

White with #896383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896383; }

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

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

background-color css

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

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

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

border-color css

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

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

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