#8E407A

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

Shades of Dark Purple #8E407A

Tints of Dark Purple #8E407A

Color information

#8E407A (or 0x8E407A) is unknown color: approx Dark Purple. HEX triplet: 8E, 40 and 7A. RGB value is (142,64,122). Sum of RGB (Red+Green+Blue) = 142+64+122=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E407A is #71BF85. Grayscale: #5D5D5D. Windows color (decimal): -7454598 or 8011918. OLE color: 8011918.

HSL color Cylindrical-coordinate representation of color #8E407A: hue angle of 315.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E407A is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14264122-
CMYK00.550.140.44
HSL315.38º37.86%40.39%-
HSV(B)315.38º54.93%55.69%-
XYZ16.510.8219.63-
YUV93.93143.84162.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.29%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=43.29%
G=19.51%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426412200.550.140.44315.3837.8640.39
Hex8E407A037E2C13b2628
Octal21610017206716544734650
Binary100011101000000111101001101111110101100100111011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,64,122); }

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

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

 a { background-color: rgb(142,64,122); }

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

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

 span { border-color: rgb(142,64,122); }

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