#8E0576

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

Shades of Purple #8E0576

Tints of Purple #8E0576

Color information

#8E0576 (or 0x8E0576) is unknown color: approx Purple. HEX triplet: 8E, 05 and 76. RGB value is (142,5,118). Sum of RGB (Red+Green+Blue) = 142+5+118=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0576 is #71FA89. Grayscale: #3A3A3A. Windows color (decimal): -7469706 or 7734670. OLE color: 7734670.

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

Color convert

RGB1425118-
CMYK00.960.170.44
HSL310.51º93.2%28.82%-
HSV(B)310.51º96.48%55.69%-
XYZ14.487.1717.76-
YUV58.84161.39187.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=53.58%
G=1.89%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142511800.960.170.44310.5193.228.82
Hex8E576060112C1375d1d
Octal21651660140215446713535
Binary1000111010111101100110000010001101100100110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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