#8D6E8B

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

Shades of Trendy Pink #8D6E8B

Tints of Trendy Pink #8D6E8B

Color information

#8D6E8B (or 0x8D6E8B) is unknown color: approx Trendy Pink. HEX triplet: 8D, 6E and 8B. RGB value is (141,110,139). Sum of RGB (Red+Green+Blue) = 141+110+139=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6E8B is #729174. Grayscale: #7A7A7A. Windows color (decimal): -7508341 or 9137805. OLE color: 9137805.

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

Color convert

RGB141110139-
CMYK00.220.010.45
HSL303.87º12.35%49.22%-
HSV(B)303.87º21.99%55.29%-
XYZ21.2218.6826.91-
YUV122.57137.27141.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=36.15%
G=28.21%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111013900.220.010.45303.8712.3549.22
Hex8D6E8B01612D130c31
Octal2151562130261554601461
Binary1000110111011101000101101011011011011001100001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,110,139); }

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

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

 a { background-color: rgb(141,110,139); }

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

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

 span { border-color: rgb(141,110,139); }

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