#81139E

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

Shades of Dark Magenta #81139E

Tints of Dark Magenta #81139E

Color information

#81139E (or 0x81139E) is unknown color: approx Dark Magenta. HEX triplet: 81, 13 and 9E. RGB value is (129,19,158). Sum of RGB (Red+Green+Blue) = 129+19+158=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #81139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81139E is #7EEC61. Grayscale: #434343. Windows color (decimal): -8318050 or 10359681. OLE color: 10359681.

HSL color Cylindrical-coordinate representation of color #81139E: hue angle of 287.48º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81139E is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12919158-
CMYK0.180.8800.38
HSL287.48º78.53%34.71%-
HSV(B)287.48º87.97%61.96%-
XYZ15.467.633-
YUV67.74178.94171.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 19 (7.81% from 255) = 6.21%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=42.16%
G=6.21%
B=51.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129191580.180.8800.38287.4878.5334.71
Hex81139E125802611f4f23
Octal201232362213004643711743
Binary10000001100111001111010010101100001001101000111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81139E; }

 p { color: rgb(129,19,158); }

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

<style>
 a { background-color: #81139E; }

 a { background-color: rgb(129,19,158); }

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

<style>
 span { border-color: #81139E; }

 span { border-color: rgb(129,19,158); }

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