#8E0476

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

Shades of Purple #8E0476

Tints of Purple #8E0476

Color information

#8E0476 (or 0x8E0476) is unknown color: approx Purple. HEX triplet: 8E, 04 and 76. RGB value is (142,4,118). Sum of RGB (Red+Green+Blue) = 142+4+118=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0476 is #71FB89. Grayscale: #393939. Windows color (decimal): -7469962 or 7734414. OLE color: 7734414.

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

Color convert

RGB1424118-
CMYK00.970.170.44
HSL310.43º94.52%28.63%-
HSV(B)310.43º97.18%55.69%-
XYZ14.477.1517.76-
YUV58.26161.72187.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 118 (46.48% from 255) = 44.70%
R=53.79%
G=1.52%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142411800.970.170.44310.4394.5228.63
Hex8E476061112C1365f1d
Octal21641660141215446613735
Binary1000111010011101100110000110001101100100110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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