#80038D

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

Shades of Dark Magenta #80038D

Tints of Dark Magenta #80038D

Color information

#80038D (or 0x80038D) is unknown color: approx Dark Magenta. HEX triplet: 80, 03 and 8D. RGB value is (128,3,141). Sum of RGB (Red+Green+Blue) = 128+3+141=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #80038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80038D is #7FFC72. Grayscale: #373737. Windows color (decimal): -8387699 or 9241472. OLE color: 9241472.

HSL color Cylindrical-coordinate representation of color #80038D: hue angle of 294.35º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80038D is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1283141-
CMYK0.090.9800.45
HSL294.35º95.83%28.24%-
HSV(B)294.35º97.87%55.29%-
XYZ13.746.5825.74-
YUV56.11175.91179.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 141 (55.47% from 255) = 51.84%
R=47.06%
G=1.10%
B=51.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12831410.090.9800.45294.3595.8328.24
Hex8038D96202D126601c
Octal20032151114205544614034
Binary100000001110001101100111000100101101100100110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80038D; }

 p { color: rgb(128,3,141); }

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

<style>
 a { background-color: #80038D; }

 a { background-color: rgb(128,3,141); }

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

<style>
 span { border-color: #80038D; }

 span { border-color: rgb(128,3,141); }

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