#864989

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

Shades of Trendy Pink #864989

Tints of Trendy Pink #864989

Color information

#864989 (or 0x864989) is unknown color: approx Trendy Pink. HEX triplet: 86, 49 and 89. RGB value is (134,73,137). Sum of RGB (Red+Green+Blue) = 134+73+137=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #864989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864989 is #79B676. Grayscale: #626262. Windows color (decimal): -7976567 or 8997254. OLE color: 8997254.

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

Color convert

RGB13473137-
CMYK0.020.4700.46
HSL297.19º30.48%41.18%-
HSV(B)297.19º46.72%53.73%-
XYZ16.7311.6425.03-
YUV98.54149.71153.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=38.95%
G=21.22%
B=39.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134731370.020.4700.46297.1930.4841.18
Hex86498922F02E1291e29
Octal2061112112570564513651
Binary1000011010010011000100110101111010111010010100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864989; }

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

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

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

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

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

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

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

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