#8C5582

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

Shades of Trendy Pink #8C5582

Tints of Trendy Pink #8C5582

Color information

#8C5582 (or 0x8C5582) is unknown color: approx Trendy Pink. HEX triplet: 8C, 55 and 82. RGB value is (140,85,130). Sum of RGB (Red+Green+Blue) = 140+85+130=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5582 is #73AA7D. Grayscale: #6A6A6A. Windows color (decimal): -7580286 or 8541580. OLE color: 8541580.

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

Color convert

RGB14085130-
CMYK00.390.070.45
HSL310.91º24.44%44.12%-
HSV(B)310.91º39.29%54.9%-
XYZ18.0913.6822.81-
YUV106.57141.22151.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.44%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=39.44%
G=23.94%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408513000.390.070.45310.9124.4444.12
Hex8C558202772D137182c
Octal2141252020477554673054
Binary10001100101010110000010010011111110110110011011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,85,130); }

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

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

 a { background-color: rgb(140,85,130); }

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

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

 span { border-color: rgb(140,85,130); }

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