#864B89

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

Shades of Trendy Pink #864B89

Tints of Trendy Pink #864B89

Color information

#864B89 (or 0x864B89) is unknown color: approx Trendy Pink. HEX triplet: 86, 4B and 89. RGB value is (134,75,137). Sum of RGB (Red+Green+Blue) = 134+75+137=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #864B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864B89 is #79B476. Grayscale: #636363. Windows color (decimal): -7976055 or 8997766. OLE color: 8997766.

HSL color Cylindrical-coordinate representation of color #864B89: hue angle of 297.1º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #864B89 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13475137-
CMYK0.020.4500.46
HSL297.1º29.25%41.57%-
HSV(B)297.1º45.26%53.73%-
XYZ16.8611.9125.08-
YUV99.71149.05152.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=38.73%
G=21.68%
B=39.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134751370.020.4500.46297.129.2541.57
Hex864B8922D02E1291d2a
Octal2061132112550564513552
Binary1000011010010111000100110101101010111010010100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864B89; }

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

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

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

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

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

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

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

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