#8E2581

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

Shades of Dark Purple #8E2581

Tints of Dark Purple #8E2581

Color information

#8E2581 (or 0x8E2581) is unknown color: approx Dark Purple. HEX triplet: 8E, 25 and 81. RGB value is (142,37,129). Sum of RGB (Red+Green+Blue) = 142+37+129=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2581 is #71DA7E. Grayscale: #4E4E4E. Windows color (decimal): -7461503 or 8463758. OLE color: 8463758.

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

Color convert

RGB14237129-
CMYK00.740.090.44
HSL307.43º58.66%35.1%-
HSV(B)307.43º73.94%55.69%-
XYZ15.788.6621.61-
YUV78.88156.29173.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=46.10%
G=12.01%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423712900.740.090.44307.4358.6635.1
Hex8E258104A92C1333b23
Octal21645201011211544637343
Binary1000111010010110000001010010101001101100100110011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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