#8C5B84

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

Shades of Trendy Pink #8C5B84

Tints of Trendy Pink #8C5B84

Color information

#8C5B84 (or 0x8C5B84) is unknown color: approx Trendy Pink. HEX triplet: 8C, 5B and 84. RGB value is (140,91,132). Sum of RGB (Red+Green+Blue) = 140+91+132=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5B84 is #73A47B. Grayscale: #6E6E6E. Windows color (decimal): -7578748 or 8674188. OLE color: 8674188.

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

Color convert

RGB14091132-
CMYK00.350.060.45
HSL309.8º21.21%45.29%-
HSV(B)309.8º35%54.9%-
XYZ18.7214.7223.69-
YUV110.32140.23149.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=38.57%
G=25.07%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409113200.350.060.45309.821.2145.29
Hex8C5B8402362D136152d
Octal2141332040436554662555
Binary10001100101101110000100010001111010110110011011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,132); }

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

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

 a { background-color: rgb(140,91,132); }

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

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

 span { border-color: rgb(140,91,132); }

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