#8E266D

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

Shades of Dark Purple #8E266D

Tints of Dark Purple #8E266D

Color information

#8E266D (or 0x8E266D) is unknown color: approx Dark Purple. HEX triplet: 8E, 26 and 6D. RGB value is (142,38,109). Sum of RGB (Red+Green+Blue) = 142+38+109=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E266D is #71D992. Grayscale: #4D4D4D. Windows color (decimal): -7461267 or 7153294. OLE color: 7153294.

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

Color convert

RGB14238109-
CMYK00.730.230.44
HSL319.04º57.78%35.29%-
HSV(B)319.04º73.24%55.69%-
XYZ14.618.2415.29-
YUV77.19145.96174.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=49.13%
G=13.15%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423810900.730.230.44319.0457.7835.29
Hex8E266D049172C13f3a23
Octal21646155011127544777243
Binary1000111010011011011010100100110111101100100111111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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