#8D708D

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

Shades of Trendy Pink #8D708D

Tints of Trendy Pink #8D708D

Color information

#8D708D (or 0x8D708D) is unknown color: approx Trendy Pink. HEX triplet: 8D, 70 and 8D. RGB value is (141,112,141). Sum of RGB (Red+Green+Blue) = 141+112+141=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D708D is #728F72. Grayscale: #7B7B7B. Windows color (decimal): -7507827 or 9269389. OLE color: 9269389.

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

Color convert

RGB141112141-
CMYK00.2100.45
HSL300º11.46%49.61%-
HSV(B)300º20.57%55.29%-
XYZ21.5919.1727.76-
YUV123.98137.61140.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=35.79%
G=28.43%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111214100.2100.4530011.4649.61
Hex8D708D01502D12cb32
Octal2151602150250554541362
Binary1000110111100001000110101010101011011001011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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