#8C487B

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

Shades of Trendy Pink #8C487B

Tints of Trendy Pink #8C487B

Color information

#8C487B (or 0x8C487B) is unknown color: approx Trendy Pink. HEX triplet: 8C, 48 and 7B. RGB value is (140,72,123). Sum of RGB (Red+Green+Blue) = 140+72+123=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C487B is #73B784. Grayscale: #626262. Windows color (decimal): -7583621 or 8079500. OLE color: 8079500.

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

Color convert

RGB14072123-
CMYK00.490.120.45
HSL315º32.08%41.57%-
HSV(B)315º48.57%54.9%-
XYZ16.7111.6420.11-
YUV98.15142.03157.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=41.79%
G=21.49%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407212300.490.120.4531532.0841.57
Hex8C487B031C2D13b202a
Octal21411017306114554734052
Binary100011001001000111101101100011100101101100111011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,72,123); }

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

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

 a { background-color: rgb(140,72,123); }

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

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

 span { border-color: rgb(140,72,123); }

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