#81149C

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

Shades of Dark Magenta #81149C

Tints of Dark Magenta #81149C

Color information

#81149C (or 0x81149C) is unknown color: approx Dark Magenta. HEX triplet: 81, 14 and 9C. RGB value is (129,20,156). Sum of RGB (Red+Green+Blue) = 129+20+156=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #81149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81149C is #7EEB63. Grayscale: #434343. Windows color (decimal): -8317796 or 10228865. OLE color: 10228865.

HSL color Cylindrical-coordinate representation of color #81149C: hue angle of 288.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81149C is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12920156-
CMYK0.170.8700.39
HSL288.09º77.27%34.51%-
HSV(B)288.09º87.18%61.18%-
XYZ15.37.5732.11-
YUV68.1177.61171.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=42.30%
G=6.56%
B=51.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129201560.170.8700.39288.0977.2734.51
Hex81149C11570271204d23
Octal201242342112704744011543
Binary10000001101001001110010001101011101001111001000001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81149C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,20,156); }

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

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

 a { background-color: rgb(129,20,156); }

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

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

 span { border-color: rgb(129,20,156); }

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