#8E0278

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

Shades of Purple #8E0278

Tints of Purple #8E0278

Color information

#8E0278 (or 0x8E0278) is unknown color: approx Purple. HEX triplet: 8E, 02 and 78. RGB value is (142,2,120). Sum of RGB (Red+Green+Blue) = 142+2+120=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0278 is #71FD87. Grayscale: #383838. Windows color (decimal): -7470472 or 7864974. OLE color: 7864974.

HSL color Cylindrical-coordinate representation of color #8E0278: hue angle of 309.43º degrees, saturation: 0.97, 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 #8E0278 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB1422120-
CMYK00.990.150.44
HSL309.43º97.22%28.24%-
HSV(B)309.43º98.59%55.69%-
XYZ14.577.1518.38-
YUV57.31163.38188.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=53.79%
G=0.76%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142212000.990.150.44309.4397.2228.24
Hex8E278063F2C135611c
Octal21621700143175446514134
Binary10001110101111000011000111111101100100110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,120); }

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

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

 a { background-color: rgb(142,2,120); }

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

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

 span { border-color: rgb(142,2,120); }

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