#8E147A

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

Shades of Dark Purple #8E147A

Tints of Dark Purple #8E147A

Color information

#8E147A (or 0x8E147A) is unknown color: approx Dark Purple. HEX triplet: 8E, 14 and 7A. RGB value is (142,20,122). Sum of RGB (Red+Green+Blue) = 142+20+122=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E147A is #71EB85. Grayscale: #434343. Windows color (decimal): -7465862 or 8000654. OLE color: 8000654.

HSL color Cylindrical-coordinate representation of color #8E147A: hue angle of 309.84º 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 #8E147A is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14220122-
CMYK00.860.140.44
HSL309.84º75.31%31.76%-
HSV(B)309.84º85.92%55.69%-
XYZ14.927.6619.1-
YUV68.11158.42180.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 7.04%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=50%
G=7.04%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422012200.860.140.44309.8475.3131.76
Hex8E147A056E2C1364b20
Octal216241720126165446611340
Binary100011101010011110100101011011101011001001101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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