#8C4584

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

Shades of Trendy Pink #8C4584

Tints of Trendy Pink #8C4584

Color information

#8C4584 (or 0x8C4584) is unknown color: approx Trendy Pink. HEX triplet: 8C, 45 and 84. RGB value is (140,69,132). Sum of RGB (Red+Green+Blue) = 140+69+132=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4584 is #73BA7B. Grayscale: #616161. Windows color (decimal): -7584380 or 8668556. OLE color: 8668556.

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

Color convert

RGB14069132-
CMYK00.510.060.45
HSL306.76º33.97%40.98%-
HSV(B)306.76º50.71%54.9%-
XYZ17.1111.523.15-
YUV97.41147.52158.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=41.06%
G=20.23%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406913200.510.060.45306.7633.9740.98
Hex8C458403362D1332229
Octal2141052040636554634251
Binary100011001000101100001000110011110101101100110011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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