#8D648B

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

Shades of Trendy Pink #8D648B

Tints of Trendy Pink #8D648B

Color information

#8D648B (or 0x8D648B) is unknown color: approx Trendy Pink. HEX triplet: 8D, 64 and 8B. RGB value is (141,100,139). Sum of RGB (Red+Green+Blue) = 141+100+139=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 141 - color contains mainly: red. Hex color #8D648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D648B is #729B74. Grayscale: #747474. Windows color (decimal): -7510901 or 9135245. OLE color: 9135245.

HSL color Cylindrical-coordinate representation of color #8D648B: hue angle of 302.93º 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 #8D648B is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB141100139-
CMYK00.290.010.45
HSL302.93º17.01%47.25%-
HSV(B)302.93º29.08%55.29%-
XYZ20.216.6426.57-
YUV116.7140.58145.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 139 (54.69% from 255) = 36.58%
R=37.11%
G=26.32%
B=36.58%

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
Decimal14110013900.290.010.45302.9317.0147.25
Hex8D648B01D12D12f112f
Octal2151442130351554572157
Binary10001101110010010001011011101110110110010111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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