#8E2F72

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

Shades of Dark Purple #8E2F72

Tints of Dark Purple #8E2F72

Color information

#8E2F72 (or 0x8E2F72) is unknown color: approx Dark Purple. HEX triplet: 8E, 2F and 72. RGB value is (142,47,114). Sum of RGB (Red+Green+Blue) = 142+47+114=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2F72 is #71D08D. Grayscale: #525252. Windows color (decimal): -7458958 or 7483278. OLE color: 7483278.

HSL color Cylindrical-coordinate representation of color #8E2F72: hue angle of 317.68º 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 #8E2F72 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14247114-
CMYK00.670.200.44
HSL317.68º50.26%37.06%-
HSV(B)317.68º66.9%55.69%-
XYZ15.21916.85-
YUV83.04145.47170.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 47 (18.75% from 255) = 15.51%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=46.86%
G=15.51%
B=37.62%

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
Decimal1424711400.670.200.44317.6850.2637.06
Hex8E2F72043142C13e3225
Octal21657162010324544766245
Binary1000111010111111100100100001110100101100100111110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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