#81049F

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

Shades of Dark Magenta #81049F

Tints of Dark Magenta #81049F

Color information

#81049F (or 0x81049F) is unknown color: approx Dark Magenta. HEX triplet: 81, 04 and 9F. RGB value is (129,4,159). Sum of RGB (Red+Green+Blue) = 129+4+159=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #81049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81049F is #7EFB60. Grayscale: #3A3A3A. Windows color (decimal): -8321889 or 10421377. OLE color: 10421377.

HSL color Cylindrical-coordinate representation of color #81049F: hue angle of 288.39º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81049F is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1294159-
CMYK0.190.9700.38
HSL288.39º95.09%31.96%-
HSV(B)288.39º97.48%62.35%-
XYZ15.357.2633.39-
YUV59.04184.41177.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=44.18%
G=1.37%
B=54.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12941590.190.9700.38288.3995.0931.96
Hex8149F13610261205f20
Octal20142372314104644013740
Binary100000011001001111110011110000101001101001000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81049F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81049F; }

 p { color: rgb(129,4,159); }

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

<style>
 a { background-color: #81049F; }

 a { background-color: rgb(129,4,159); }

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

<style>
 span { border-color: #81049F; }

 span { border-color: rgb(129,4,159); }

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