#8D4886

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

Shades of Trendy Pink #8D4886

Tints of Trendy Pink #8D4886

Color information

#8D4886 (or 0x8D4886) is unknown color: approx Trendy Pink. HEX triplet: 8D, 48 and 86. RGB value is (141,72,134). Sum of RGB (Red+Green+Blue) = 141+72+134=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4886 is #72B779. Grayscale: #636363. Windows color (decimal): -7518074 or 8800397. OLE color: 8800397.

HSL color Cylindrical-coordinate representation of color #8D4886: hue angle of 306.09º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D4886 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB14172134-
CMYK00.490.050.45
HSL306.09º32.39%41.76%-
HSV(B)306.09º48.94%55.29%-
XYZ17.612.0223.95-
YUV99.7147.36157.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.63%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=40.63%
G=20.75%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417213400.490.050.45306.0932.3941.76
Hex8D488603152D132202a
Octal2151102060615554624052
Binary100011011001000100001100110001101101101100110010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,72,134); }

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

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

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

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

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

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

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