#8E1076

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

Shades of Dark Purple #8E1076

Tints of Dark Purple #8E1076

Color information

#8E1076 (or 0x8E1076) is unknown color: approx Dark Purple. HEX triplet: 8E, 10 and 76. RGB value is (142,16,118). Sum of RGB (Red+Green+Blue) = 142+16+118=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1076 is #71EF89. Grayscale: #414141. Windows color (decimal): -7466890 or 7737486. OLE color: 7737486.

HSL color Cylindrical-coordinate representation of color #8E1076: hue angle of 311.43º degrees, saturation: 0.8, 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 #8E1076 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14216118-
CMYK00.890.170.44
HSL311.43º79.75%30.98%-
HSV(B)311.43º88.73%55.69%-
XYZ14.617.4317.8-
YUV65.3157.74182.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 16 (6.64% from 255) = 5.80%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=51.45%
G=5.80%
B=42.75%

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
Decimal1421611800.890.170.44311.4379.7530.98
Hex8E1076059112C137501f
Octal216201660131215446712037
Binary100011101000011101100101100110001101100100110111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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