#8C558B

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

Shades of Trendy Pink #8C558B

Tints of Trendy Pink #8C558B

Color information

#8C558B (or 0x8C558B) is unknown color: approx Trendy Pink. HEX triplet: 8C, 55 and 8B. RGB value is (140,85,139). Sum of RGB (Red+Green+Blue) = 140+85+139=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C558B is #73AA74. Grayscale: #6B6B6B. Windows color (decimal): -7580277 or 9131404. OLE color: 9131404.

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

Color convert

RGB14085139-
CMYK00.390.010.45
HSL301.09º24.44%44.12%-
HSV(B)301.09º39.29%54.9%-
XYZ18.7213.9426.13-
YUV107.6145.72151.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=38.46%
G=23.35%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408513900.390.010.45301.0924.4444.12
Hex8C558B02712D12d182c
Octal2141252130471554553054
Binary100011001010101100010110100111110110110010110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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