#865F81

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

Shades of Trendy Pink #865F81

Tints of Trendy Pink #865F81

Color information

#865F81 (or 0x865F81) is unknown color: approx Trendy Pink. HEX triplet: 86, 5F and 81. RGB value is (134,95,129). Sum of RGB (Red+Green+Blue) = 134+95+129=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #865F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865F81 is #79A07E. Grayscale: #6E6E6E. Windows color (decimal): -7970943 or 8478598. OLE color: 8478598.

HSL color Cylindrical-coordinate representation of color #865F81: hue angle of 307.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F81 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13495129-
CMYK00.290.040.47
HSL307.69º17.03%44.9%-
HSV(B)307.69º29.1%52.55%-
XYZ17.8914.8422.69-
YUV110.54138.42144.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=37.43%
G=26.54%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349512900.290.040.47307.6917.0344.9
Hex865F8101D42F134112d
Octal2061372010354574642155
Binary1000011010111111000000101110110010111110011010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865F81; }

 p { color: rgb(134,95,129); }

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

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

 a { background-color: rgb(134,95,129); }

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

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

 span { border-color: rgb(134,95,129); }

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