#8C587F

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

Shades of Trendy Pink #8C587F

Tints of Trendy Pink #8C587F

Color information

#8C587F (or 0x8C587F) is unknown color: approx Trendy Pink. HEX triplet: 8C, 58 and 7F. RGB value is (140,88,127). Sum of RGB (Red+Green+Blue) = 140+88+127=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C587F is #73A780. Grayscale: #6B6B6B. Windows color (decimal): -7579521 or 8345740. OLE color: 8345740.

HSL color Cylindrical-coordinate representation of color #8C587F: hue angle of 315º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C587F is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB14088127-
CMYK00.370.090.45
HSL315º22.81%44.71%-
HSV(B)315º37.14%54.9%-
XYZ18.1414.0921.84-
YUV107.99138.73150.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.44%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 127 (50% from 255) = 35.77%
R=39.44%
G=24.79%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408812700.370.090.4531522.8144.71
Hex8C587F02592D13b172d
Octal21413017704511554732755
Binary10001100101100011111110100101100110110110011101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C587F; }

 p { color: rgb(140,88,127); }

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

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

 a { background-color: rgb(140,88,127); }

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

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

 span { border-color: rgb(140,88,127); }

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