#875085

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

Shades of Trendy Pink #875085

Tints of Trendy Pink #875085

Color information

#875085 (or 0x875085) is unknown color: approx Trendy Pink. HEX triplet: 87, 50 and 85. RGB value is (135,80,133). Sum of RGB (Red+Green+Blue) = 135+80+133=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #875085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875085 is #78AF7A. Grayscale: #666666. Windows color (decimal): -7909243 or 8736903. OLE color: 8736903.

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

Color convert

RGB13580133-
CMYK00.410.010.47
HSL302.18º25.58%42.16%-
HSV(B)302.18º40.74%52.94%-
XYZ17.0912.5823.72-
YUV102.49145.22151.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=38.79%
G=22.99%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358013300.410.010.47302.1825.5842.16
Hex87508502912F12e1a2a
Octal2071202050511574563252
Binary100001111010000100001010101001110111110010111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875085; }

 p { color: rgb(135,80,133); }

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

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

 a { background-color: rgb(135,80,133); }

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

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

 span { border-color: rgb(135,80,133); }

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