#8E608D

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

Shades of Trendy Pink #8E608D

Tints of Trendy Pink #8E608D

Color information

#8E608D (or 0x8E608D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 60 and 8D. RGB value is (142,96,141). Sum of RGB (Red+Green+Blue) = 142+96+141=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 142 - color contains mainly: red. Hex color #8E608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E608D is #719F72. Grayscale: #727272. Windows color (decimal): -7446387 or 9265294. OLE color: 9265294.

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

Color convert

RGB14296141-
CMYK00.320.010.44
HSL301.3º19.33%46.67%-
HSV(B)301.3º32.39%55.69%-
XYZ20.1516.0427.23-
YUV114.88142.74147.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=37.47%
G=25.33%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429614100.320.010.44301.319.3346.67
Hex8E608D02012C12d132f
Octal2161402150401544552357
Binary100011101100000100011010100000110110010010110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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