#80148E

Color #80148E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #80148E

Tints of Dark Magenta #80148E

Color information

#80148E (or 0x80148E) is unknown color: approx Dark Magenta. HEX triplet: 80, 14 and 8E. RGB value is (128,20,142). Sum of RGB (Red+Green+Blue) = 128+20+142=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #80148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80148E is #7FEB71. Grayscale: #414141. Windows color (decimal): -8383346 or 9311360. OLE color: 9311360.

HSL color Cylindrical-coordinate representation of color #80148E: hue angle of 293.11º 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 #80148E is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12820142-
CMYK0.100.8600.44
HSL293.11º75.31%31.76%-
HSV(B)293.11º85.92%55.69%-
XYZ14.037.0426.21-
YUV66.2170.78172.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128201420.100.8600.44293.1175.3131.76
Hex80148EA5602C1254b20
Octal200242161212605444511340
Binary1000000010100100011101010101011001011001001001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80148E; }

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

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

<style>
 a { background-color: #80148E; }

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

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

<style>
 span { border-color: #80148E; }

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

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