#8E568D

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

Shades of Trendy Pink #8E568D

Tints of Trendy Pink #8E568D

Color information

#8E568D (or 0x8E568D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 56 and 8D. RGB value is (142,86,141). Sum of RGB (Red+Green+Blue) = 142+86+141=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E568D is #71A972. Grayscale: #6C6C6C. Windows color (decimal): -7448947 or 9262734. OLE color: 9262734.

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

Color convert

RGB14286141-
CMYK00.390.010.44
HSL301.07º24.56%44.71%-
HSV(B)301.07º39.44%55.69%-
XYZ19.2914.3326.95-
YUV109.01146.05151.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=38.48%
G=23.31%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428614100.390.010.44301.0724.5644.71
Hex8E568D02712C12d192d
Octal2161262150471544553155
Binary100011101010110100011010100111110110010010110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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