#8C5B81

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

Shades of Trendy Pink #8C5B81

Tints of Trendy Pink #8C5B81

Color information

#8C5B81 (or 0x8C5B81) is unknown color: approx Trendy Pink. HEX triplet: 8C, 5B and 81. RGB value is (140,91,129). Sum of RGB (Red+Green+Blue) = 140+91+129=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5B81 is #73A47E. Grayscale: #6D6D6D. Windows color (decimal): -7578751 or 8477580. OLE color: 8477580.

HSL color Cylindrical-coordinate representation of color #8C5B81: hue angle of 313.47º 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 #8C5B81 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB14091129-
CMYK00.350.080.45
HSL313.47º21.21%45.29%-
HSV(B)313.47º35%54.9%-
XYZ18.5214.6422.62-
YUV109.98138.73149.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=38.89%
G=25.28%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409112900.350.080.45313.4721.2145.29
Hex8C5B8102382D139152d
Octal21413320104310554712555
Binary100011001011011100000010100011100010110110011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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