#865989

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

Shades of Trendy Pink #865989

Tints of Trendy Pink #865989

Color information

#865989 (or 0x865989) is unknown color: approx Trendy Pink. HEX triplet: 86, 59 and 89. RGB value is (134,89,137). Sum of RGB (Red+Green+Blue) = 134+89+137=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #865989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865989 is #79A676. Grayscale: #6B6B6B. Windows color (decimal): -7972471 or 9001350. OLE color: 9001350.

HSL color Cylindrical-coordinate representation of color #865989: hue angle of 296.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #865989 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13489137-
CMYK0.020.3500.46
HSL296.25º21.24%44.31%-
HSV(B)296.25º35.04%53.73%-
XYZ17.9214.0225.43-
YUV107.93144.41146.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=37.22%
G=24.72%
B=38.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134891370.020.3500.46296.2521.2444.31
Hex86598922302E128152c
Octal2061312112430564502554
Binary1000011010110011000100110100011010111010010100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865989; }

 p { color: rgb(134,89,137); }

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

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

 a { background-color: rgb(134,89,137); }

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

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

 span { border-color: rgb(134,89,137); }

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