#875C92

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

Shades of Trendy Pink #875C92

Tints of Trendy Pink #875C92

Color information

#875C92 (or 0x875C92) is unknown color: approx Trendy Pink. HEX triplet: 87, 5C and 92. RGB value is (135,92,146). Sum of RGB (Red+Green+Blue) = 135+92+146=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #875C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C92 is #78A36D. Grayscale: #6E6E6E. Windows color (decimal): -7906158 or 9591943. OLE color: 9591943.

HSL color Cylindrical-coordinate representation of color #875C92: hue angle of 287.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875C92 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13592146-
CMYK0.080.3700.43
HSL287.78º22.69%46.67%-
HSV(B)287.78º36.99%57.25%-
XYZ19.0114.8829.06-
YUV111.01147.75145.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 92 (36.33% from 255) = 24.66%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=36.19%
G=24.66%
B=39.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135921460.080.3700.43287.7822.6946.67
Hex875C9282502B120172f
Octal20713422210450534402757
Binary100001111011100100100101000100101010101110010000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875C92; }

 p { color: rgb(135,92,146); }

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

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

 a { background-color: rgb(135,92,146); }

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

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

 span { border-color: rgb(135,92,146); }

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