#8E3A83

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

Shades of Dark Purple #8E3A83

Tints of Dark Purple #8E3A83

Color information

#8E3A83 (or 0x8E3A83) is unknown color: approx Dark Purple. HEX triplet: 8E, 3A and 83. RGB value is (142,58,131). Sum of RGB (Red+Green+Blue) = 142+58+131=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3A83 is #71C57C. Grayscale: #5B5B5B. Windows color (decimal): -7456125 or 8600206. OLE color: 8600206.

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

Color convert

RGB14258131-
CMYK00.590.080.44
HSL307.86º42%39.22%-
HSV(B)307.86º59.15%55.69%-
XYZ16.7710.4222.6-
YUV91.44150.33164.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=42.90%
G=17.52%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425813100.590.080.44307.864239.22
Hex8E3A8303B82C1342a27
Octal2167220307310544645247
Binary100011101110101000001101110111000101100100110100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,58,131); }

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

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

 a { background-color: rgb(142,58,131); }

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

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

 span { border-color: rgb(142,58,131); }

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