#8D6A8A

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

Shades of Trendy Pink #8D6A8A

Tints of Trendy Pink #8D6A8A

Color information

#8D6A8A (or 0x8D6A8A) is unknown color: approx Trendy Pink. HEX triplet: 8D, 6A and 8A. RGB value is (141,106,138). Sum of RGB (Red+Green+Blue) = 141+106+138=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6A8A is #729575. Grayscale: #787878. Windows color (decimal): -7509366 or 9071245. OLE color: 9071245.

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

Color convert

RGB141106138-
CMYK00.250.020.45
HSL305.14º14.17%48.43%-
HSV(B)305.14º24.82%55.29%-
XYZ20.7317.8126.39-
YUV120.11138.1142.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=36.62%
G=27.53%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110613800.250.020.45305.1414.1748.43
Hex8D6A8A01922D131e30
Octal2151522120312554611660
Binary10001101110101010001010011001101011011001100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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