#8D588B

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

Shades of Trendy Pink #8D588B

Tints of Trendy Pink #8D588B

Color information

#8D588B (or 0x8D588B) is unknown color: approx Trendy Pink. HEX triplet: 8D, 58 and 8B. RGB value is (141,88,139). Sum of RGB (Red+Green+Blue) = 141+88+139=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D588B is #72A774. Grayscale: #6D6D6D. Windows color (decimal): -7513973 or 9132173. OLE color: 9132173.

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

Color convert

RGB14188139-
CMYK00.380.010.45
HSL302.26º23.14%44.9%-
HSV(B)302.26º37.59%55.29%-
XYZ19.1314.5126.22-
YUV109.66144.56150.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=38.32%
G=23.91%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418813900.380.010.45302.2623.1444.9
Hex8D588B02612D12e172d
Octal2151302130461554562755
Binary100011011011000100010110100110110110110010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,88,139); }

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

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

 a { background-color: rgb(141,88,139); }

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

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

 span { border-color: rgb(141,88,139); }

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