#875386

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

Shades of Trendy Pink #875386

Tints of Trendy Pink #875386

Color information

#875386 (or 0x875386) is unknown color: approx Trendy Pink. HEX triplet: 87, 53 and 86. RGB value is (135,83,134). Sum of RGB (Red+Green+Blue) = 135+83+134=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875386 is #78AC79. Grayscale: #686868. Windows color (decimal): -7908474 or 8803207. OLE color: 8803207.

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

Color convert

RGB13583134-
CMYK00.390.010.47
HSL301.15º23.85%42.75%-
HSV(B)301.15º38.52%52.94%-
XYZ17.3913.0624.16-
YUV104.36144.73149.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 134 (52.73% from 255) = 38.07%
R=38.35%
G=23.58%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358313400.390.010.47301.1523.8542.75
Hex87538602712F12d182b
Octal2071232060471574553053
Binary100001111010011100001100100111110111110010110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875386; }

 p { color: rgb(135,83,134); }

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

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

 a { background-color: rgb(135,83,134); }

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

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

 span { border-color: rgb(135,83,134); }

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