#8D6087

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

Shades of Trendy Pink #8D6087

Tints of Trendy Pink #8D6087

Color information

#8D6087 (or 0x8D6087) is unknown color: approx Trendy Pink. HEX triplet: 8D, 60 and 87. RGB value is (141,96,135). Sum of RGB (Red+Green+Blue) = 141+96+135=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6087 is #729F78. Grayscale: #717171. Windows color (decimal): -7511929 or 8872077. OLE color: 8872077.

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

Color convert

RGB14196135-
CMYK00.320.040.45
HSL308º18.99%46.47%-
HSV(B)308º31.91%55.29%-
XYZ19.5415.7824.94-
YUV113.9139.91147.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.90%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=37.90%
G=25.81%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419613500.320.040.4530818.9946.47
Hex8D608702042D134132e
Octal2151402070404554642356
Binary10001101110000010000111010000010010110110011010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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