#8E2871

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

Shades of Dark Purple #8E2871

Tints of Dark Purple #8E2871

Color information

#8E2871 (or 0x8E2871) is unknown color: approx Dark Purple. HEX triplet: 8E, 28 and 71. RGB value is (142,40,113). Sum of RGB (Red+Green+Blue) = 142+40+113=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2871 is #71D78E. Grayscale: #4E4E4E. Windows color (decimal): -7460751 or 7415950. OLE color: 7415950.

HSL color Cylindrical-coordinate representation of color #8E2871: hue angle of 317.06º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2871 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14240113-
CMYK00.720.200.44
HSL317.06º56.04%35.69%-
HSV(B)317.06º71.83%55.69%-
XYZ14.898.4616.47-
YUV78.82147.29173.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=48.14%
G=13.56%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424011300.720.200.44317.0656.0435.69
Hex8E2871048142C13d3824
Octal21650161011024544757044
Binary1000111010100011100010100100010100101100100111101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,40,113); }

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

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

 a { background-color: rgb(142,40,113); }

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

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

 span { border-color: rgb(142,40,113); }

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