#8C6187

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

Shades of Trendy Pink #8C6187

Tints of Trendy Pink #8C6187

Color information

#8C6187 (or 0x8C6187) is unknown color: approx Trendy Pink. HEX triplet: 8C, 61 and 87. RGB value is (140,97,135). Sum of RGB (Red+Green+Blue) = 140+97+135=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6187 is #739E78. Grayscale: #727272. Windows color (decimal): -7577209 or 8872332. OLE color: 8872332.

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

Color convert

RGB14097135-
CMYK00.310.040.45
HSL306.98º18.14%46.47%-
HSV(B)306.98º30.71%54.9%-
XYZ19.4615.8724.96-
YUV114.19139.75146.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.63%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=37.63%
G=26.08%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409713500.310.040.45306.9818.1446.47
Hex8C618701F42D133122e
Octal2141412070374554632256
Binary1000110011000011000011101111110010110110011001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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