#8E147E

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

Shades of Dark Purple #8E147E

Tints of Dark Purple #8E147E

Color information

#8E147E (or 0x8E147E) is unknown color: approx Dark Purple. HEX triplet: 8E, 14 and 7E. RGB value is (142,20,126). Sum of RGB (Red+Green+Blue) = 142+20+126=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E147E is #71EB81. Grayscale: #444444. Windows color (decimal): -7465858 or 8262798. OLE color: 8262798.

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

Color convert

RGB14220126-
CMYK00.860.110.44
HSL307.87º75.31%31.76%-
HSV(B)307.87º85.92%55.69%-
XYZ15.177.7620.44-
YUV68.56160.42180.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 20 (8.20% from 255) = 6.94%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=49.31%
G=6.94%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422012600.860.110.44307.8775.3131.76
Hex8E147E056B2C1344b20
Octal216241760126135446411340
Binary100011101010011111100101011010111011001001101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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