#81139D

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

Shades of Dark Magenta #81139D

Tints of Dark Magenta #81139D

Color information

#81139D (or 0x81139D) is unknown color: approx Dark Magenta. HEX triplet: 81, 13 and 9D. RGB value is (129,19,157). Sum of RGB (Red+Green+Blue) = 129+19+157=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #81139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81139D is #7EEC62. Grayscale: #434343. Windows color (decimal): -8318051 or 10294145. OLE color: 10294145.

HSL color Cylindrical-coordinate representation of color #81139D: hue angle of 287.83º degrees, saturation: 0.78, 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 #81139D is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12919157-
CMYK0.180.8800.38
HSL287.83º78.41%34.51%-
HSV(B)287.83º87.9%61.57%-
XYZ15.377.5732.55-
YUV67.62178.44171.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 19 (7.81% from 255) = 6.23%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=42.30%
G=6.23%
B=51.48%

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
Decimal129191570.180.8800.38287.8378.4134.51
Hex81139D12580261204e23
Octal201232352213004644011643
Binary10000001100111001110110010101100001001101001000001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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