#8E6B8A

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

Shades of Trendy Pink #8E6B8A

Tints of Trendy Pink #8E6B8A

Color information

#8E6B8A (or 0x8E6B8A) is unknown color: approx Trendy Pink. HEX triplet: 8E, 6B and 8A. RGB value is (142,107,138). Sum of RGB (Red+Green+Blue) = 142+107+138=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6B8A is #719475. Grayscale: #787878. Windows color (decimal): -7443574 or 9071502. OLE color: 9071502.

HSL color Cylindrical-coordinate representation of color #8E6B8A: hue angle of 306.86º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E6B8A is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB142107138-
CMYK00.250.030.44
HSL306.86º14.06%48.82%-
HSV(B)306.86º24.65%55.69%-
XYZ2118.126.43-
YUV121137.6142.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=36.69%
G=27.65%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210713800.250.030.44306.8614.0648.82
Hex8E6B8A01932C133e31
Octal2161532120313544631661
Binary10001110110101110001010011001111011001001100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,107,138); }

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

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

 a { background-color: rgb(142,107,138); }

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

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

 span { border-color: rgb(142,107,138); }

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