#80039C

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

Shades of Dark Magenta #80039C

Tints of Dark Magenta #80039C

Color information

#80039C (or 0x80039C) is unknown color: approx Dark Magenta. HEX triplet: 80, 03 and 9C. RGB value is (128,3,156). Sum of RGB (Red+Green+Blue) = 128+3+156=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #80039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80039C is #7FFC63. Grayscale: #393939. Windows color (decimal): -8387684 or 10224512. OLE color: 10224512.

HSL color Cylindrical-coordinate representation of color #80039C: hue angle of 289.02º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80039C is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1283156-
CMYK0.180.9800.39
HSL289.02º96.23%31.18%-
HSV(B)289.02º98.08%61.18%-
XYZ14.947.0532.03-
YUV57.82183.41178.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 156 (61.33% from 255) = 54.36%
R=44.60%
G=1.05%
B=54.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12831560.180.9800.39289.0296.2331.18
Hex8039C1262027121601f
Octal20032342214204744114037
Binary1000000011100111001001011000100100111100100001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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