#8E2774

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

Shades of Dark Purple #8E2774

Tints of Dark Purple #8E2774

Color information

#8E2774 (or 0x8E2774) is unknown color: approx Dark Purple. HEX triplet: 8E, 27 and 74. RGB value is (142,39,116). Sum of RGB (Red+Green+Blue) = 142+39+116=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2774 is #71D88B. Grayscale: #4E4E4E. Windows color (decimal): -7461004 or 7612302. OLE color: 7612302.

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

Color convert

RGB14239116-
CMYK00.730.180.44
HSL315.15º56.91%35.49%-
HSV(B)315.15º72.54%55.69%-
XYZ15.038.4617.36-
YUV78.58149.12173.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=47.81%
G=13.13%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423911600.730.180.44315.1556.9135.49
Hex8E2774049122C13b3923
Octal21647164011122544737143
Binary1000111010011111101000100100110010101100100111011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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