#81188D

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

Shades of Dark Magenta #81188D

Tints of Dark Magenta #81188D

Color information

#81188D (or 0x81188D) is unknown color: approx Dark Magenta. HEX triplet: 81, 18 and 8D. RGB value is (129,24,141). Sum of RGB (Red+Green+Blue) = 129+24+141=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #81188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81188D is #7EE772. Grayscale: #444444. Windows color (decimal): -8316787 or 9246849. OLE color: 9246849.

HSL color Cylindrical-coordinate representation of color #81188D: hue angle of 293.85º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81188D is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12924141-
CMYK0.090.8300.45
HSL293.85º70.91%32.35%-
HSV(B)293.85º82.98%55.29%-
XYZ14.197.2425.85-
YUV68.73168.79170.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.88%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=43.88%
G=8.16%
B=47.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129241410.090.8300.45293.8570.9132.35
Hex81188D95302D1264720
Octal201302151112305544610740
Binary1000000111000100011011001101001101011011001001101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,24,141); }

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

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

 a { background-color: rgb(129,24,141); }

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

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

 span { border-color: rgb(129,24,141); }

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