#875189

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

Shades of Trendy Pink #875189

Tints of Trendy Pink #875189

Color information

#875189 (or 0x875189) is unknown color: approx Trendy Pink. HEX triplet: 87, 51 and 89. RGB value is (135,81,137). Sum of RGB (Red+Green+Blue) = 135+81+137=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #875189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875189 is #78AE76. Grayscale: #676767. Windows color (decimal): -7908983 or 8999303. OLE color: 8999303.

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

Color convert

RGB13581137-
CMYK0.010.4100.46
HSL297.86º25.69%42.75%-
HSV(B)297.86º40.88%53.73%-
XYZ17.4512.8425.23-
YUV103.53146.89150.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=38.24%
G=22.95%
B=38.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135811370.010.4100.46297.8625.6942.75
Hex87518912902E12a1a2b
Octal2071212111510564523253
Binary100001111010001100010011101001010111010010101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875189; }

 p { color: rgb(135,81,137); }

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

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

 a { background-color: rgb(135,81,137); }

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

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

 span { border-color: rgb(135,81,137); }

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