#8E277E

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

Shades of Dark Purple #8E277E

Tints of Dark Purple #8E277E

Color information

#8E277E (or 0x8E277E) is unknown color: approx Dark Purple. HEX triplet: 8E, 27 and 7E. RGB value is (142,39,126). Sum of RGB (Red+Green+Blue) = 142+39+126=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E277E is #71D881. Grayscale: #4F4F4F. Windows color (decimal): -7460994 or 8267662. OLE color: 8267662.

HSL color Cylindrical-coordinate representation of color #8E277E: hue angle of 309.32º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E277E is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14239126-
CMYK00.730.110.44
HSL309.32º56.91%35.49%-
HSV(B)309.32º72.54%55.69%-
XYZ15.658.7120.59-
YUV79.72154.12172.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=46.25%
G=12.70%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423912600.730.110.44309.3256.9135.49
Hex8E277E049B2C1353923
Octal21647176011113544657143
Binary100011101001111111110010010011011101100100110101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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