#8c5687

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

Shades of Trendy Pink #8C5687

Tints of Trendy Pink #8C5687

Color information

#8C5687 (or 0x8C5687) is unknown color: approx Trendy Pink. HEX triplet: 8C, 56 and 87. RGB value is (140,86,135). Sum of RGB (Red+Green+Blue) = 140+86+135=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5687 is #73A978. Grayscale: #6B6B6B. Windows color (decimal): -7580025 or 8869516. OLE color: 8869516.

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

Color convert

RGB14086135-
CMYK00.390.040.45
HSL305.56º23.89%44.31%-
HSV(B)305.56º38.57%54.9%-
XYZ18.5213.9824.64-
YUV107.73143.39151.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=38.78%
G=23.82%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408613500.390.040.45305.5623.8944.31
Hex8C568702742D132182c
Octal2141262070474554623054
Binary10001100101011010000111010011110010110110011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,86,135); }

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

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

 a { background-color: rgb(140,86,135); }

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

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

 span { border-color: rgb(140,86,135); }

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