#8E2584

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

Shades of Dark Purple #8E2584

Tints of Dark Purple #8E2584

Color information

#8E2584 (or 0x8E2584) is unknown color: approx Dark Purple. HEX triplet: 8E, 25 and 84. RGB value is (142,37,132). Sum of RGB (Red+Green+Blue) = 142+37+132=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2584 is #71DA7B. Grayscale: #4E4E4E. Windows color (decimal): -7461500 or 8660366. OLE color: 8660366.

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

Color convert

RGB14237132-
CMYK00.740.070.44
HSL305.71º58.66%35.1%-
HSV(B)305.71º73.94%55.69%-
XYZ15.988.7422.67-
YUV79.22157.79172.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=45.66%
G=11.90%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423713200.740.070.44305.7158.6635.1
Hex8E258404A72C1323b23
Octal2164520401127544627343
Binary100011101001011000010001001010111101100100110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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