#8D6D8A

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

Shades of Trendy Pink #8D6D8A

Tints of Trendy Pink #8D6D8A

Color information

#8D6D8A (or 0x8D6D8A) is unknown color: approx Trendy Pink. HEX triplet: 8D, 6D and 8A. RGB value is (141,109,138). Sum of RGB (Red+Green+Blue) = 141+109+138=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6D8A is #729275. Grayscale: #797979. Windows color (decimal): -7508598 or 9072013. OLE color: 9072013.

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

Color convert

RGB141109138-
CMYK00.230.020.45
HSL305.62º12.8%49.02%-
HSV(B)305.62º22.7%55.29%-
XYZ21.0418.4326.49-
YUV121.87137.1141.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.34%
GREEN value IS 109 (42.97% from 255) = 28.09%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=36.34%
G=28.09%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110913800.230.020.45305.6212.849.02
Hex8D6D8A01722D132d31
Octal2151552120272554621561
Binary10001101110110110001010010111101011011001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,138); }

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

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

 a { background-color: rgb(141,109,138); }

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

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

 span { border-color: rgb(141,109,138); }

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