#8D4483

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

Shades of Trendy Pink #8D4483

Tints of Trendy Pink #8D4483

Color information

#8D4483 (or 0x8D4483) is unknown color: approx Trendy Pink. HEX triplet: 8D, 44 and 83. RGB value is (141,68,131). Sum of RGB (Red+Green+Blue) = 141+68+131=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4483 is #72BB7C. Grayscale: #606060. Windows color (decimal): -7519101 or 8602765. OLE color: 8602765.

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

Color convert

RGB14168131-
CMYK00.520.070.45
HSL308.22º34.93%40.98%-
HSV(B)308.22º51.77%55.29%-
XYZ17.1511.4422.78-
YUV97.01147.18159.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=41.47%
G=20%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416813100.520.070.45308.2234.9340.98
Hex8D448303472D1342329
Octal2151042030647554644351
Binary100011011000100100000110110100111101101100110100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,68,131); }

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

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

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

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

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

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

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