#8e2884

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

Shades of Dark Purple #8E2884

Tints of Dark Purple #8E2884

Color information

#8E2884 (or 0x8E2884) is unknown color: approx Dark Purple. HEX triplet: 8E, 28 and 84. RGB value is (142,40,132). Sum of RGB (Red+Green+Blue) = 142+40+132=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2884 is #71D77B. Grayscale: #505050. Windows color (decimal): -7460732 or 8661134. OLE color: 8661134.

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

Color convert

RGB14240132-
CMYK00.720.070.44
HSL305.88º56.04%35.69%-
HSV(B)305.88º71.83%55.69%-
XYZ16.088.9322.71-
YUV80.99156.79171.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=45.22%
G=12.74%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424013200.720.070.44305.8856.0435.69
Hex8E288404872C1323824
Octal2165020401107544627044
Binary100011101010001000010001001000111101100100110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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