#8C6687

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

Shades of Trendy Pink #8C6687

Tints of Trendy Pink #8C6687

Color information

#8C6687 (or 0x8C6687) is unknown color: approx Trendy Pink. HEX triplet: 8C, 66 and 87. RGB value is (140,102,135). Sum of RGB (Red+Green+Blue) = 140+102+135=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6687 is #739978. Grayscale: #757575. Windows color (decimal): -7575929 or 8873612. OLE color: 8873612.

HSL color Cylindrical-coordinate representation of color #8C6687: hue angle of 307.89º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C6687 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB140102135-
CMYK00.270.040.45
HSL307.89º15.7%47.45%-
HSV(B)307.89º27.14%54.9%-
XYZ19.9416.8325.12-
YUV117.12138.09144.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 135 (53.12% from 255) = 35.81%
R=37.14%
G=27.06%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010213500.270.040.45307.8915.747.45
Hex8C668701B42D134102f
Octal2141462070334554642057
Binary1000110011001101000011101101110010110110011010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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