#8D648C

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

Shades of Trendy Pink #8D648C

Tints of Trendy Pink #8D648C

Color information

#8D648C (or 0x8D648C) is unknown color: approx Trendy Pink. HEX triplet: 8D, 64 and 8C. RGB value is (141,100,140). Sum of RGB (Red+Green+Blue) = 141+100+140=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D648C is #729B73. Grayscale: #747474. Windows color (decimal): -7510900 or 9200781. OLE color: 9200781.

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

Color convert

RGB141100140-
CMYK00.290.010.45
HSL301.46º17.01%47.25%-
HSV(B)301.46º29.08%55.29%-
XYZ20.2816.6726.96-
YUV116.82141.08145.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=37.01%
G=26.25%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110014000.290.010.45301.4617.0147.25
Hex8D648C01D12D12d112f
Octal2151442140351554552157
Binary10001101110010010001100011101110110110010110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,140); }

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

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

 a { background-color: rgb(141,100,140); }

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

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

 span { border-color: rgb(141,100,140); }

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