#8E017A

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

Shades of Purple #8E017A

Tints of Purple #8E017A

Color information

#8E017A (or 0x8E017A) is unknown color: approx Purple. HEX triplet: 8E, 01 and 7A. RGB value is (142,1,122). Sum of RGB (Red+Green+Blue) = 142+1+122=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E017A is #71FE85. Grayscale: #383838. Windows color (decimal): -7470726 or 7995790. OLE color: 7995790.

HSL color Cylindrical-coordinate representation of color #8E017A: hue angle of 308.51º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E017A is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB1421122-
CMYK00.990.140.44
HSL308.51º98.6%28.04%-
HSV(B)308.51º99.3%55.69%-
XYZ14.687.1819.02-
YUV56.95164.71188.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=53.58%
G=0.38%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142112200.990.140.44308.5198.628.04
Hex8E17A063E2C135631c
Octal21611720143165446514334
Binary1000111011111010011000111110101100100110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,1,122); }

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

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

 a { background-color: rgb(142,1,122); }

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

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

 span { border-color: rgb(142,1,122); }

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