#875A88

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

Shades of Trendy Pink #875A88

Tints of Trendy Pink #875A88

Color information

#875A88 (or 0x875A88) is unknown color: approx Trendy Pink. HEX triplet: 87, 5A and 88. RGB value is (135,90,136). Sum of RGB (Red+Green+Blue) = 135+90+136=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #875A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875A88 is #78A577. Grayscale: #6C6C6C. Windows color (decimal): -7906680 or 8936071. OLE color: 8936071.

HSL color Cylindrical-coordinate representation of color #875A88: hue angle of 298.7º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875A88 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13590136-
CMYK0.010.3400.47
HSL298.7º20.35%44.31%-
HSV(B)298.7º33.82%53.33%-
XYZ18.0914.2425.09-
YUV108.7143.41146.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=37.40%
G=24.93%
B=37.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135901360.010.3400.47298.720.3544.31
Hex875A8812202F12b142c
Octal2071322101420574532454
Binary100001111011010100010001100010010111110010101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,90,136); }

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

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

 a { background-color: rgb(135,90,136); }

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

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

 span { border-color: rgb(135,90,136); }

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