#81158D

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

Shades of Dark Magenta #81158D

Tints of Dark Magenta #81158D

Color information

#81158D (or 0x81158D) is unknown color: approx Dark Magenta. HEX triplet: 81, 15 and 8D. RGB value is (129,21,141). Sum of RGB (Red+Green+Blue) = 129+21+141=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #81158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81158D is #7EEA72. Grayscale: #424242. Windows color (decimal): -8317555 or 9246081. OLE color: 9246081.

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

Color convert

RGB12921141-
CMYK0.090.8500.45
HSL294º74.07%31.76%-
HSV(B)294º85.11%55.29%-
XYZ14.137.1325.83-
YUV66.97169.78172.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=44.33%
G=7.22%
B=48.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129211410.090.8500.4529474.0731.76
Hex81158D95502D1264a20
Octal201252151112505544611240
Binary1000000110101100011011001101010101011011001001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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