#8D6387

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

Shades of Trendy Pink #8D6387

Tints of Trendy Pink #8D6387

Color information

#8D6387 (or 0x8D6387) is unknown color: approx Trendy Pink. HEX triplet: 8D, 63 and 87. RGB value is (141,99,135). Sum of RGB (Red+Green+Blue) = 141+99+135=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6387 is #729C78. Grayscale: #737373. Windows color (decimal): -7511161 or 8872845. OLE color: 8872845.

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

Color convert

RGB14199135-
CMYK00.300.040.45
HSL308.57º17.5%47.06%-
HSV(B)308.57º29.79%55.29%-
XYZ19.8216.3425.03-
YUV115.66138.91146.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.6%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 135 (53.12% from 255) = 36%
R=37.6%
G=26.4%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419913500.300.040.45308.5717.547.06
Hex8D638701E42D135122f
Octal2151432070364554652257
Binary1000110111000111000011101111010010110110011010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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