#8C5D81

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

Shades of Trendy Pink #8C5D81

Tints of Trendy Pink #8C5D81

Color information

#8C5D81 (or 0x8C5D81) is unknown color: approx Trendy Pink. HEX triplet: 8C, 5D and 81. RGB value is (140,93,129). Sum of RGB (Red+Green+Blue) = 140+93+129=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5D81 is #73A27E. Grayscale: #6F6F6F. Windows color (decimal): -7578239 or 8478092. OLE color: 8478092.

HSL color Cylindrical-coordinate representation of color #8C5D81: hue angle of 314.04º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C5D81 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB14093129-
CMYK00.340.080.45
HSL314.04º20.17%45.69%-
HSV(B)314.04º33.57%54.9%-
XYZ18.6914.9922.68-
YUV111.16138.07148.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=38.67%
G=25.69%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409312900.340.080.45314.0420.1745.69
Hex8C5D8102282D13a142e
Octal21413520104210554722456
Binary100011001011101100000010100010100010110110011101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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