#8E0E77

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

Shades of Dark Purple #8E0E77

Tints of Dark Purple #8E0E77

Color information

#8E0E77 (or 0x8E0E77) is unknown color: approx Dark Purple. HEX triplet: 8E, 0E and 77. RGB value is (142,14,119). Sum of RGB (Red+Green+Blue) = 142+14+119=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0E77 is #71F188. Grayscale: #3F3F3F. Windows color (decimal): -7467401 or 7802510. OLE color: 7802510.

HSL color Cylindrical-coordinate representation of color #8E0E77: hue angle of 310.78º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E77 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14214119-
CMYK00.900.160.44
HSL310.78º82.05%30.59%-
HSV(B)310.78º90.14%55.69%-
XYZ14.647.418.11-
YUV64.24158.91183.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=51.64%
G=5.09%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421411900.900.160.44310.7882.0530.59
Hex8EE7705A102C137521f
Octal216161670132205446712237
Binary10001110111011101110101101010000101100100110111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,14,119); }

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

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

 a { background-color: rgb(142,14,119); }

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

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

 span { border-color: rgb(142,14,119); }

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