#8E1E71

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

Shades of Dark Purple #8E1E71

Tints of Dark Purple #8E1E71

Color information

#8E1E71 (or 0x8E1E71) is unknown color: approx Dark Purple. HEX triplet: 8E, 1E and 71. RGB value is (142,30,113). Sum of RGB (Red+Green+Blue) = 142+30+113=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1E71 is #71E18E. Grayscale: #484848. Windows color (decimal): -7463311 or 7413390. OLE color: 7413390.

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

Color convert

RGB14230113-
CMYK00.790.200.44
HSL315.54º65.12%33.73%-
HSV(B)315.54º78.87%55.69%-
XYZ14.67.8716.37-
YUV72.95150.61177.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=49.82%
G=10.53%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423011300.790.200.44315.5465.1233.73
Hex8E1E7104F142C13c4122
Octal216361610117245447410142
Binary1000111011110111000101001111101001011001001111001000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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