#8C4E7E

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

Shades of Trendy Pink #8C4E7E

Tints of Trendy Pink #8C4E7E

Color information

#8C4E7E (or 0x8C4E7E) is unknown color: approx Trendy Pink. HEX triplet: 8C, 4E and 7E. RGB value is (140,78,126). Sum of RGB (Red+Green+Blue) = 140+78+126=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4E7E is #73B181. Grayscale: #656565. Windows color (decimal): -7582082 or 8277644. OLE color: 8277644.

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

Color convert

RGB14078126-
CMYK00.440.100.45
HSL313.55º28.44%42.75%-
HSV(B)313.55º44.29%54.9%-
XYZ17.3112.5321.25-
YUV102.01141.54155.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=40.70%
G=22.67%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407812600.440.100.45313.5528.4442.75
Hex8C4E7E02CA2D13a1c2b
Octal21411617605412554723453
Binary10001100100111011111100101100101010110110011101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,78,126); }

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

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

 a { background-color: rgb(140,78,126); }

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

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

 span { border-color: rgb(140,78,126); }

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