#81158E

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

Shades of Dark Magenta #81158E

Tints of Dark Magenta #81158E

Color information

#81158E (or 0x81158E) is unknown color: approx Dark Magenta. HEX triplet: 81, 15 and 8E. RGB value is (129,21,142). Sum of RGB (Red+Green+Blue) = 129+21+142=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #81158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81158E is #7EEA71. Grayscale: #424242. Windows color (decimal): -8317554 or 9311617. OLE color: 9311617.

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

Color convert

RGB12921142-
CMYK0.090.8500.44
HSL293.55º74.23%31.96%-
HSV(B)293.55º85.21%55.69%-
XYZ14.27.1626.22-
YUV67.09170.28172.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=44.18%
G=7.19%
B=48.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129211420.090.8500.44293.5574.2331.96
Hex81158E95502C1264a20
Octal201252161112505444611240
Binary1000000110101100011101001101010101011001001001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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