#8E276E

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

Shades of Dark Purple #8E276E

Tints of Dark Purple #8E276E

Color information

#8E276E (or 0x8E276E) is unknown color: approx Dark Purple. HEX triplet: 8E, 27 and 6E. RGB value is (142,39,110). Sum of RGB (Red+Green+Blue) = 142+39+110=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E276E is #71D891. Grayscale: #4D4D4D. Windows color (decimal): -7461010 or 7219086. OLE color: 7219086.

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

Color convert

RGB14239110-
CMYK00.730.230.44
HSL318.64º56.91%35.49%-
HSV(B)318.64º72.54%55.69%-
XYZ14.78.3315.58-
YUV77.89146.12173.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 39 (15.62% from 255) = 13.40%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=48.80%
G=13.40%
B=37.80%

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
Decimal1423911000.730.230.44318.6456.9135.49
Hex8E276E049172C13f3923
Octal21647156011127544777143
Binary1000111010011111011100100100110111101100100111111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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