#896081

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

Shades of Trendy Pink #896081

Tints of Trendy Pink #896081

Color information

#896081 (or 0x896081) is unknown color: approx Trendy Pink. HEX triplet: 89, 60 and 81. RGB value is (137,96,129). Sum of RGB (Red+Green+Blue) = 137+96+129=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #896081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896081 is #769F7E. Grayscale: #6F6F6F. Windows color (decimal): -7774079 or 8478857. OLE color: 8478857.

HSL color Cylindrical-coordinate representation of color #896081: hue angle of 311.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896081 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB13796129-
CMYK00.300.060.46
HSL311.71º17.6%45.69%-
HSV(B)311.71º29.93%53.73%-
XYZ18.4615.2722.74-
YUV112.02137.58145.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=37.85%
G=26.52%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379612900.300.060.46311.7117.645.69
Hex89608101E62E138122e
Octal2111402010366564702256
Binary1000100111000001000000101111011010111010011100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896081; }

 p { color: rgb(137,96,129); }

 H1.HeaderClassName
 {
   color: #896081;
 }
 .AnyTagClassName
 {
   color: #896081;
 }
</style>
background-color css

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

 a { background-color: rgb(137,96,129); }

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

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

 span { border-color: rgb(137,96,129); }

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