#8E1982

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

Shades of Dark Purple #8E1982

Tints of Dark Purple #8E1982

Color information

#8E1982 (or 0x8E1982) is unknown color: approx Dark Purple. HEX triplet: 8E, 19 and 82. RGB value is (142,25,130). Sum of RGB (Red+Green+Blue) = 142+25+130=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1982 is #71E67D. Grayscale: #474747. Windows color (decimal): -7464574 or 8526222. OLE color: 8526222.

HSL color Cylindrical-coordinate representation of color #8E1982: hue angle of 306.15º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1982 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14225130-
CMYK00.820.080.44
HSL306.15º70.06%32.75%-
HSV(B)306.15º82.39%55.69%-
XYZ15.538.0621.86-
YUV71.95160.76177.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 25 (10.16% from 255) = 8.42%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=47.81%
G=8.42%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422513000.820.080.44306.1570.0632.75
Hex8E198205282C1324621
Octal216312020122105446210641
Binary1000111011001100000100101001010001011001001100101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,130); }

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

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

 a { background-color: rgb(142,25,130); }

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

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

 span { border-color: rgb(142,25,130); }

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