#875D92

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

Shades of Trendy Pink #875D92

Tints of Trendy Pink #875D92

Color information

#875D92 (or 0x875D92) is unknown color: approx Trendy Pink. HEX triplet: 87, 5D and 92. RGB value is (135,93,146). Sum of RGB (Red+Green+Blue) = 135+93+146=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #875D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875D92 is #78A26D. Grayscale: #6F6F6F. Windows color (decimal): -7905902 or 9592199. OLE color: 9592199.

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

Color convert

RGB13593146-
CMYK0.080.3600.43
HSL287.55º22.18%46.86%-
HSV(B)287.55º36.3%57.25%-
XYZ19.0915.0529.09-
YUV111.6147.41144.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=36.10%
G=24.87%
B=39.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135931460.080.3600.43287.5522.1846.86
Hex875D9282402B120162f
Octal20713522210440534402657
Binary100001111011101100100101000100100010101110010000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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