#8E266E

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

Shades of Dark Purple #8E266E

Tints of Dark Purple #8E266E

Color information

#8E266E (or 0x8E266E) is unknown color: approx Dark Purple. HEX triplet: 8E, 26 and 6E. RGB value is (142,38,110). Sum of RGB (Red+Green+Blue) = 142+38+110=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E266E is #71D991. Grayscale: #4D4D4D. Windows color (decimal): -7461266 or 7218830. OLE color: 7218830.

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

Color convert

RGB14238110-
CMYK00.730.230.44
HSL318.46º57.78%35.29%-
HSV(B)318.46º73.24%55.69%-
XYZ14.668.2615.57-
YUV77.3146.46174.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.97%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=48.97%
G=13.10%
B=37.93%

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
Decimal1423811000.730.230.44318.4657.7835.29
Hex8E266E049172C13e3a23
Octal21646156011127544767243
Binary1000111010011011011100100100110111101100100111110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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