#81048B

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

Shades of Dark Magenta #81048B

Tints of Dark Magenta #81048B

Color information

#81048B (or 0x81048B) is unknown color: approx Dark Magenta. HEX triplet: 81, 04 and 8B. RGB value is (129,4,139). Sum of RGB (Red+Green+Blue) = 129+4+139=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #81048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81048B is #7EFB74. Grayscale: #383838. Windows color (decimal): -8321909 or 9110657. OLE color: 9110657.

HSL color Cylindrical-coordinate representation of color #81048B: hue angle of 295.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81048B is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1294139-
CMYK0.070.9700.45
HSL295.56º94.41%28.04%-
HSV(B)295.56º97.12%54.51%-
XYZ13.766.6224.98-
YUV56.76174.41179.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=47.43%
G=1.47%
B=51.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12941390.070.9700.45295.5694.4128.04
Hex8148B76102D1285e1c
Octal2014213714105545013634
Binary100000011001000101111111000010101101100101000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81048B; }

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

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

<style>
 a { background-color: #81048B; }

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

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

<style>
 span { border-color: #81048B; }

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

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