#865188

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

Shades of Trendy Pink #865188

Tints of Trendy Pink #865188

Color information

#865188 (or 0x865188) is unknown color: approx Trendy Pink. HEX triplet: 86, 51 and 88. RGB value is (134,81,136). Sum of RGB (Red+Green+Blue) = 134+81+136=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #865188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865188 is #79AE77. Grayscale: #666666. Windows color (decimal): -7974520 or 8933766. OLE color: 8933766.

HSL color Cylindrical-coordinate representation of color #865188: hue angle of 297.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865188 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13481136-
CMYK0.010.4000.47
HSL297.82º25.35%42.55%-
HSV(B)297.82º40.44%53.33%-
XYZ17.2212.7324.84-
YUV103.12146.56150.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=38.18%
G=23.08%
B=38.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134811360.010.4000.47297.8225.3542.55
Hex86518812802F12a192b
Octal2061212101500574523153
Binary100001101010001100010001101000010111110010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865188; }

 p { color: rgb(134,81,136); }

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

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

 a { background-color: rgb(134,81,136); }

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

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

 span { border-color: rgb(134,81,136); }

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