#8E1480

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

Shades of Dark Purple #8E1480

Tints of Dark Purple #8E1480

Color information

#8E1480 (or 0x8E1480) is unknown color: approx Dark Purple. HEX triplet: 8E, 14 and 80. RGB value is (142,20,128). Sum of RGB (Red+Green+Blue) = 142+20+128=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1480 is #71EB7F. Grayscale: #444444. Windows color (decimal): -7465856 or 8393870. OLE color: 8393870.

HSL color Cylindrical-coordinate representation of color #8E1480: hue angle of 306.89º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E1480 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB14220128-
CMYK00.860.100.44
HSL306.89º75.31%31.76%-
HSV(B)306.89º85.92%55.69%-
XYZ15.37.8121.12-
YUV68.79161.42180.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.97%
GREEN value IS 20 (8.20% from 255) = 6.90%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=48.97%
G=6.90%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422012800.860.100.44306.8975.3131.76
Hex8E1480056A2C1334b20
Octal216242000126125446311340
Binary1000111010100100000000101011010101011001001100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,128); }

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

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

 a { background-color: rgb(142,20,128); }

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

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

 span { border-color: rgb(142,20,128); }

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