#8C6887

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

Shades of Trendy Pink #8C6887

Tints of Trendy Pink #8C6887

Color information

#8C6887 (or 0x8C6887) is unknown color: approx Trendy Pink. HEX triplet: 8C, 68 and 87. RGB value is (140,104,135). Sum of RGB (Red+Green+Blue) = 140+104+135=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6887 is #739778. Grayscale: #767676. Windows color (decimal): -7575417 or 8874124. OLE color: 8874124.

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

Color convert

RGB140104135-
CMYK00.260.040.45
HSL308.33º14.75%47.84%-
HSV(B)308.33º25.71%54.9%-
XYZ20.1417.2325.19-
YUV118.3137.43143.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.94%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=36.94%
G=27.44%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010413500.260.040.45308.3314.7547.84
Hex8C688701A42D134f30
Octal2141502070324554641760
Binary100011001101000100001110110101001011011001101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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