#8E2472

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

Shades of Dark Purple #8E2472

Tints of Dark Purple #8E2472

Color information

#8E2472 (or 0x8E2472) is unknown color: approx Dark Purple. HEX triplet: 8E, 24 and 72. RGB value is (142,36,114). Sum of RGB (Red+Green+Blue) = 142+36+114=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2472 is #71DB8D. Grayscale: #4C4C4C. Windows color (decimal): -7461774 or 7480462. OLE color: 7480462.

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

Color convert

RGB14236114-
CMYK00.750.200.44
HSL315.85º59.55%34.9%-
HSV(B)315.85º74.65%55.69%-
XYZ14.828.2316.73-
YUV76.59149.12174.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=48.63%
G=12.33%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423611400.750.200.44315.8559.5534.9
Hex8E247204B142C13c3c23
Octal21644162011324544747443
Binary1000111010010011100100100101110100101100100111100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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