#8D457E

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

Shades of Trendy Pink #8D457E

Tints of Trendy Pink #8D457E

Color information

#8D457E (or 0x8D457E) is unknown color: approx Trendy Pink. HEX triplet: 8D, 45 and 7E. RGB value is (141,69,126). Sum of RGB (Red+Green+Blue) = 141+69+126=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D457E is #72BA81. Grayscale: #606060. Windows color (decimal): -7518850 or 8275341. OLE color: 8275341.

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

Color convert

RGB14169126-
CMYK00.510.110.45
HSL312.5º34.29%41.18%-
HSV(B)312.5º51.06%55.29%-
XYZ16.8811.4321.05-
YUV97.03144.35159.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=41.96%
G=20.54%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416912600.510.110.45312.534.2941.18
Hex8D457E033B2D1382229
Octal21510517606313554704251
Binary100011011000101111111001100111011101101100111000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,126); }

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

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

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

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

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

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

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