#896383

Color #896383 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #896383

Tints of Trendy Pink #896383

Color information

#896383 (or 0x896383) is unknown color: approx 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

RGB13799131-
CMYK00.280.040.46
HSL309.47º16.1%46.27%-
HSV(B)309.47º27.74%53.73%-
XYZ18.8815.8823.54-
YUV114.01137.59144.4-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379913100.280.040.46309.4716.146.27
Hex89638301C42E135102e
Octal2111432030344564652056
Binary1000100111000111000001101110010010111010011010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>