#8D598E

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

Shades of Trendy Pink #8D598E

Tints of Trendy Pink #8D598E

Color information

#8D598E (or 0x8D598E) is unknown color: approx Trendy Pink. HEX triplet: 8D, 59 and 8E. RGB value is (141,89,142). Sum of RGB (Red+Green+Blue) = 141+89+142=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D598E is #72A671. Grayscale: #6E6E6E. Windows color (decimal): -7513714 or 9329037. OLE color: 9329037.

HSL color Cylindrical-coordinate representation of color #8D598E: hue angle of 298.87º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D598E is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14189142-
CMYK0.010.3700.44
HSL298.87º22.94%45.29%-
HSV(B)298.87º37.32%55.69%-
XYZ19.4414.7627.42-
YUV110.59145.73149.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.90%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=37.90%
G=23.92%
B=38.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141891420.010.3700.44298.8722.9445.29
Hex8D598E12502C12b172d
Octal2151312161450544532755
Binary100011011011001100011101100101010110010010101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,89,142); }

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

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

 a { background-color: rgb(141,89,142); }

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

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

 span { border-color: rgb(141,89,142); }

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