#8D738D

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

Shades of Trendy Pink #8D738D

Tints of Trendy Pink #8D738D

Color information

#8D738D (or 0x8D738D) is unknown color: approx Trendy Pink. HEX triplet: 8D, 73 and 8D. RGB value is (141,115,141). Sum of RGB (Red+Green+Blue) = 141+115+141=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D738D is #728C72. Grayscale: #7D7D7D. Windows color (decimal): -7507059 or 9270157. OLE color: 9270157.

HSL color Cylindrical-coordinate representation of color #8D738D: hue angle of 300º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D738D is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB141115141-
CMYK00.1800.45
HSL300º10.24%50.2%-
HSV(B)300º18.44%55.29%-
XYZ21.9219.8527.87-
YUV125.74136.61138.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=35.52%
G=28.97%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111514100.1800.4530010.2450.2
Hex8D738D01202D12ca32
Octal2151632150220554541262
Binary1000110111100111000110101001001011011001011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,115,141); }

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

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

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

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

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

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

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