#8D6B90

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

Shades of Trendy Pink #8D6B90

Tints of Trendy Pink #8D6B90

Color information

#8D6B90 (or 0x8D6B90) is unknown color: approx Trendy Pink. HEX triplet: 8D, 6B and 90. RGB value is (141,107,144). Sum of RGB (Red+Green+Blue) = 141+107+144=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D6B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6B90 is #72946F. Grayscale: #797979. Windows color (decimal): -7509104 or 9464717. OLE color: 9464717.

HSL color Cylindrical-coordinate representation of color #8D6B90: hue angle of 295.14º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D6B90 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB141107144-
CMYK0.020.2600.44
HSL295.14º14.74%49.22%-
HSV(B)295.14º25.69%56.47%-
XYZ21.2818.1928.78-
YUV121.38140.76141.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.97%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=35.97%
G=27.30%
B=36.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411071440.020.2600.44295.1414.7449.22
Hex8D6B9021A02C127f31
Octal2151532202320544471761
Binary10001101110101110010000101101001011001001001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,107,144); }

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

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

 a { background-color: rgb(141,107,144); }

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

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

 span { border-color: rgb(141,107,144); }

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