#80148C

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

Shades of Dark Magenta #80148C

Tints of Dark Magenta #80148C

Color information

#80148C (or 0x80148C) is unknown color: approx Dark Magenta. HEX triplet: 80, 14 and 8C. RGB value is (128,20,140). Sum of RGB (Red+Green+Blue) = 128+20+140=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #80148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80148C is #7FEB73. Grayscale: #414141. Windows color (decimal): -8383348 or 9180288. OLE color: 9180288.

HSL color Cylindrical-coordinate representation of color #80148C: hue angle of 294º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80148C is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12820140-
CMYK0.090.8600.45
HSL294º75%31.37%-
HSV(B)294º85.71%54.9%-
XYZ13.896.9825.43-
YUV65.97169.78172.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 20 (8.20% from 255) = 6.94%
BLUE value IS 140 (55.08% from 255) = 48.61%
R=44.44%
G=6.94%
B=48.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128201400.090.8600.452947531.37
Hex80148C95602D1264b1f
Octal200242141112605544611337
Binary100000001010010001100100110101100101101100100110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80148C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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