#8D528B

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

Shades of Trendy Pink #8D528B

Tints of Trendy Pink #8D528B

Color information

#8D528B (or 0x8D528B) is unknown color: approx Trendy Pink. HEX triplet: 8D, 52 and 8B. RGB value is (141,82,139). Sum of RGB (Red+Green+Blue) = 141+82+139=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D528B is #72AD74. Grayscale: #696969. Windows color (decimal): -7515509 or 9130637. OLE color: 9130637.

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

Color convert

RGB14182139-
CMYK00.420.010.45
HSL302.03º26.46%43.73%-
HSV(B)302.03º41.84%55.29%-
XYZ18.6613.5626.06-
YUV106.14146.55152.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=38.95%
G=22.65%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418213900.420.010.45302.0326.4643.73
Hex8D528B02A12D12e1a2c
Octal2151222130521554563254
Binary100011011010010100010110101010110110110010111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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