#8D5391

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

Shades of Trendy Pink #8D5391

Tints of Trendy Pink #8D5391

Color information

#8D5391 (or 0x8D5391) is unknown color: approx Trendy Pink. HEX triplet: 8D, 53 and 91. RGB value is (141,83,145). Sum of RGB (Red+Green+Blue) = 141+83+145=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D5391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5391 is #72AC6E. Grayscale: #6B6B6B. Windows color (decimal): -7515247 or 9524109. OLE color: 9524109.

HSL color Cylindrical-coordinate representation of color #8D5391: hue angle of 296.13º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D5391 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14183145-
CMYK0.030.4300.43
HSL296.13º27.19%44.71%-
HSV(B)296.13º42.76%56.86%-
XYZ19.1913.8928.46-
YUV107.41149.22151.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=38.21%
G=22.49%
B=39.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141831450.030.4300.43296.1327.1944.71
Hex8D539132B02B1281b2d
Octal2151232213530534503355
Binary1000110110100111001000111101011010101110010100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,83,145); }

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

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

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

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

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

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

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