#8E267E

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

Shades of Dark Purple #8E267E

Tints of Dark Purple #8E267E

Color information

#8E267E (or 0x8E267E) is unknown color: approx Dark Purple. HEX triplet: 8E, 26 and 7E. RGB value is (142,38,126). Sum of RGB (Red+Green+Blue) = 142+38+126=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E267E is #71D981. Grayscale: #4E4E4E. Windows color (decimal): -7461250 or 8267406. OLE color: 8267406.

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

Color convert

RGB14238126-
CMYK00.730.110.44
HSL309.23º57.78%35.29%-
HSV(B)309.23º73.24%55.69%-
XYZ15.618.6420.58-
YUV79.13154.46172.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.41%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 126 (49.61% from 255) = 41.18%
R=46.41%
G=12.42%
B=41.18%

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
Decimal1423812600.730.110.44309.2357.7835.29
Hex8E267E049B2C1353a23
Octal21646176011113544657243
Binary100011101001101111110010010011011101100100110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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