#8E146D

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

Shades of Dark Purple #8E146D

Tints of Dark Purple #8E146D

Color information

#8E146D (or 0x8E146D) is unknown color: approx Dark Purple. HEX triplet: 8E, 14 and 6D. RGB value is (142,20,109). Sum of RGB (Red+Green+Blue) = 142+20+109=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E146D is #71EB92. Grayscale: #424242. Windows color (decimal): -7465875 or 7148686. OLE color: 7148686.

HSL color Cylindrical-coordinate representation of color #8E146D: hue angle of 316.23º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E146D is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14220109-
CMYK00.860.230.44
HSL316.23º75.31%31.76%-
HSV(B)316.23º85.92%55.69%-
XYZ14.177.3615.14-
YUV66.62151.92181.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 20 (8.20% from 255) = 7.38%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=52.40%
G=7.38%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422010900.860.230.44316.2375.3131.76
Hex8E146D056172C13c4b20
Octal216241550126275447411340
Binary1000111010100110110101010110101111011001001111001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,109); }

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

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

 a { background-color: rgb(142,20,109); }

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

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

 span { border-color: rgb(142,20,109); }

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