#8E0F76

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

Shades of Dark Purple #8E0F76

Tints of Dark Purple #8E0F76

Color information

#8E0F76 (or 0x8E0F76) is unknown color: approx Dark Purple. HEX triplet: 8E, 0F and 76. RGB value is (142,15,118). Sum of RGB (Red+Green+Blue) = 142+15+118=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F76 is #71F089. Grayscale: #404040. Windows color (decimal): -7467146 or 7737230. OLE color: 7737230.

HSL color Cylindrical-coordinate representation of color #8E0F76: hue angle of 311.34º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E0F76 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14215118-
CMYK00.890.170.44
HSL311.34º80.89%30.78%-
HSV(B)311.34º89.44%55.69%-
XYZ14.67.417.8-
YUV64.72158.08183.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 15 (6.25% from 255) = 5.45%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=51.64%
G=5.45%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421511800.890.170.44311.3480.8930.78
Hex8EF76059112C137511f
Octal216171660131215446712137
Binary10001110111111101100101100110001101100100110111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,15,118); }

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

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

 a { background-color: rgb(142,15,118); }

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

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

 span { border-color: rgb(142,15,118); }

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