#8D4385

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

Shades of Trendy Pink #8D4385

Tints of Trendy Pink #8D4385

Color information

#8D4385 (or 0x8D4385) is unknown color: approx Trendy Pink. HEX triplet: 8D, 43 and 85. RGB value is (141,67,133). Sum of RGB (Red+Green+Blue) = 141+67+133=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4385 is #72BC7A. Grayscale: #606060. Windows color (decimal): -7519355 or 8733581. OLE color: 8733581.

HSL color Cylindrical-coordinate representation of color #8D4385: hue angle of 306.49º degrees, saturation: 0.36, 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 #8D4385 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14167133-
CMYK00.520.060.45
HSL306.49º35.58%40.78%-
HSV(B)306.49º52.48%55.29%-
XYZ17.2311.3723.48-
YUV96.65148.52159.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.35%
GREEN value IS 67 (26.56% from 255) = 19.65%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=41.35%
G=19.65%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416713300.520.060.45306.4935.5840.78
Hex8D438503462D1322429
Octal2151032050646554624451
Binary100011011000011100001010110100110101101100110010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,67,133); }

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

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

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

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

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

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

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