#8E386F

Color #8E386F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8E386F

Tints of Dark Purple #8E386F

Color information

#8E386F (or 0x8E386F) is unknown color: approx Dark Purple. HEX triplet: 8E, 38 and 6F. RGB value is (142,56,111). Sum of RGB (Red+Green+Blue) = 142+56+111=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E386F is #71C790. Grayscale: #575757. Windows color (decimal): -7456657 or 7288974. OLE color: 7288974.

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

Color convert

RGB14256111-
CMYK00.610.220.44
HSL321.63º43.43%38.82%-
HSV(B)321.63º60.56%55.69%-
XYZ15.449.7316.1-
YUV87.98140.99166.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=45.95%
G=18.12%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425611100.610.220.44321.6343.4338.82
Hex8E386F03D162C1422b27
Octal2167015707526545025347
Binary100011101110001101111011110110110101100101000010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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