#8E6F8D

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

Shades of Trendy Pink #8E6F8D

Tints of Trendy Pink #8E6F8D

Color information

#8E6F8D (or 0x8E6F8D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 6F and 8D. RGB value is (142,111,141). Sum of RGB (Red+Green+Blue) = 142+111+141=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6F8D is #719072. Grayscale: #7B7B7B. Windows color (decimal): -7442547 or 9269134. OLE color: 9269134.

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

Color convert

RGB142111141-
CMYK00.220.010.44
HSL301.94º12.25%49.61%-
HSV(B)301.94º21.83%55.69%-
XYZ21.6519.0427.73-
YUV123.69137.77141.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=36.04%
G=28.17%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211114100.220.010.44301.9412.2549.61
Hex8E6F8D01612C12ec32
Octal2161572150261544561462
Binary1000111011011111000110101011011011001001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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