#81118B

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

Shades of Dark Magenta #81118B

Tints of Dark Magenta #81118B

Color information

#81118B (or 0x81118B) is unknown color: approx Dark Magenta. HEX triplet: 81, 11 and 8B. RGB value is (129,17,139). Sum of RGB (Red+Green+Blue) = 129+17+139=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #81118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81118B is #7EEE74. Grayscale: #404040. Windows color (decimal): -8318581 or 9113985. OLE color: 9113985.

HSL color Cylindrical-coordinate representation of color #81118B: hue angle of 295.08º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81118B is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12917139-
CMYK0.070.8800.45
HSL295.08º78.21%30.59%-
HSV(B)295.08º87.77%54.51%-
XYZ13.916.9325.03-
YUV64.4170.11174.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 17 (7.03% from 255) = 5.96%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=45.26%
G=5.96%
B=48.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129171390.070.8800.45295.0878.2130.59
Hex81118B75802D1274e1f
Octal20121213713005544711637
Binary10000001100011000101111110110000101101100100111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81118B; }

 p { color: rgb(129,17,139); }

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

<style>
 a { background-color: #81118B; }

 a { background-color: rgb(129,17,139); }

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

<style>
 span { border-color: #81118B; }

 span { border-color: rgb(129,17,139); }

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