#8D6487

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

Shades of Trendy Pink #8D6487

Tints of Trendy Pink #8D6487

Color information

#8D6487 (or 0x8D6487) is unknown color: approx Trendy Pink. HEX triplet: 8D, 64 and 87. RGB value is (141,100,135). Sum of RGB (Red+Green+Blue) = 141+100+135=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6487 is #729B78. Grayscale: #747474. Windows color (decimal): -7510905 or 8873101. OLE color: 8873101.

HSL color Cylindrical-coordinate representation of color #8D6487: hue angle of 308.78º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D6487 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB141100135-
CMYK00.290.040.45
HSL308.78º17.01%47.25%-
HSV(B)308.78º29.08%55.29%-
XYZ19.9116.5325.06-
YUV116.25138.58145.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=37.5%
G=26.60%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110013500.290.040.45308.7817.0147.25
Hex8D648701D42D135112f
Octal2151442070354554652157
Binary1000110111001001000011101110110010110110011010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,135); }

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

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

 a { background-color: rgb(141,100,135); }

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

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

 span { border-color: rgb(141,100,135); }

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