#8C648E

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

Shades of Trendy Pink #8C648E

Tints of Trendy Pink #8C648E

Color information

#8C648E (or 0x8C648E) is unknown color: approx Trendy Pink. HEX triplet: 8C, 64 and 8E. RGB value is (140,100,142). Sum of RGB (Red+Green+Blue) = 140+100+142=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C648E is #739B71. Grayscale: #747474. Windows color (decimal): -7576434 or 9331852. OLE color: 9331852.

HSL color Cylindrical-coordinate representation of color #8C648E: hue angle of 297.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C648E is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB140100142-
CMYK0.010.3000.44
HSL297.14º17.36%47.45%-
HSV(B)297.14º29.58%55.69%-
XYZ20.2516.6427.74-
YUV116.75142.25144.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=36.65%
G=26.18%
B=37.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401001420.010.3000.44297.1417.3647.45
Hex8C648E11E02C129112f
Octal2141442161360544512157
Binary10001100110010010001110111110010110010010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,100,142); }

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

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

 a { background-color: rgb(140,100,142); }

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

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

 span { border-color: rgb(140,100,142); }

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