#8E3884

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

Shades of Dark Purple #8E3884

Tints of Dark Purple #8E3884

Color information

#8E3884 (or 0x8E3884) is unknown color: approx Dark Purple. HEX triplet: 8E, 38 and 84. RGB value is (142,56,132). Sum of RGB (Red+Green+Blue) = 142+56+132=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3884 is #71C77B. Grayscale: #5A5A5A. Windows color (decimal): -7456636 or 8665230. OLE color: 8665230.

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

Color convert

RGB14256132-
CMYK00.610.070.44
HSL306.98º43.43%38.82%-
HSV(B)306.98º60.56%55.69%-
XYZ16.7310.2522.93-
YUV90.38151.49164.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 132 (51.95% from 255) = 40%
R=43.03%
G=16.97%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425613200.610.070.44306.9843.4338.82
Hex8E388403D72C1332b27
Octal216702040757544635347
Binary10001110111000100001000111101111101100100110011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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