#8E668D

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

Shades of Trendy Pink #8E668D

Tints of Trendy Pink #8E668D

Color information

#8E668D (or 0x8E668D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 66 and 8D. RGB value is (142,102,141). Sum of RGB (Red+Green+Blue) = 142+102+141=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E668D is #719972. Grayscale: #767676. Windows color (decimal): -7444851 or 9266830. OLE color: 9266830.

HSL color Cylindrical-coordinate representation of color #8E668D: hue angle of 301.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E668D is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB142102141-
CMYK00.280.010.44
HSL301.5º16.39%47.84%-
HSV(B)301.5º28.17%55.69%-
XYZ20.7117.1827.42-
YUV118.41140.75144.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=36.88%
G=26.49%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210214100.280.010.44301.516.3947.84
Hex8E668D01C12C12e1030
Octal2161462150341544562060
Binary10001110110011010001101011100110110010010111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,141); }

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

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

 a { background-color: rgb(142,102,141); }

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

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

 span { border-color: rgb(142,102,141); }

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