#8E2F71

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

Shades of Dark Purple #8E2F71

Tints of Dark Purple #8E2F71

Color information

#8E2F71 (or 0x8E2F71) is unknown color: approx Dark Purple. HEX triplet: 8E, 2F and 71. RGB value is (142,47,113). Sum of RGB (Red+Green+Blue) = 142+47+113=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2F71 is #71D08E. Grayscale: #525252. Windows color (decimal): -7458959 or 7417742. OLE color: 7417742.

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

Color convert

RGB14247113-
CMYK00.670.200.44
HSL318.32º50.26%37.06%-
HSV(B)318.32º66.9%55.69%-
XYZ15.158.9816.56-
YUV82.93144.97170.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 47 (18.75% from 255) = 15.56%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=47.02%
G=15.56%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424711300.670.200.44318.3250.2637.06
Hex8E2F71043142C13e3225
Octal21657161010324544766245
Binary1000111010111111100010100001110100101100100111110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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