#8C4585

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

Shades of Trendy Pink #8C4585

Tints of Trendy Pink #8C4585

Color information

#8C4585 (or 0x8C4585) is unknown color: approx Trendy Pink. HEX triplet: 8C, 45 and 85. RGB value is (140,69,133). Sum of RGB (Red+Green+Blue) = 140+69+133=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4585 is #73BA7A. Grayscale: #616161. Windows color (decimal): -7584379 or 8734092. OLE color: 8734092.

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

Color convert

RGB14069133-
CMYK00.510.050.45
HSL305.92º33.97%40.98%-
HSV(B)305.92º50.71%54.9%-
XYZ17.1811.5323.51-
YUV97.52148.02158.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=40.94%
G=20.18%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406913300.510.050.45305.9233.9740.98
Hex8C458503352D1322229
Octal2141052050635554624251
Binary100011001000101100001010110011101101101100110010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,133); }

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

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

 a { background-color: rgb(140,69,133); }

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

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

 span { border-color: rgb(140,69,133); }

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