#81109E

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

Shades of Dark Magenta #81109E

Tints of Dark Magenta #81109E

Color information

#81109E (or 0x81109E) is unknown color: approx Dark Magenta. HEX triplet: 81, 10 and 9E. RGB value is (129,16,158). Sum of RGB (Red+Green+Blue) = 129+16+158=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #81109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81109E is #7EEF61. Grayscale: #414141. Windows color (decimal): -8318818 or 10358913. OLE color: 10358913.

HSL color Cylindrical-coordinate representation of color #81109E: hue angle of 287.75º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81109E is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12916158-
CMYK0.180.9000.38
HSL287.75º81.61%34.12%-
HSV(B)287.75º89.87%61.96%-
XYZ15.417.5132.98-
YUV65.97179.94172.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=42.57%
G=5.28%
B=52.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129161580.180.9000.38287.7581.6134.12
Hex81109E125A0261205222
Octal201202362213204644012242
Binary10000001100001001111010010101101001001101001000001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,16,158); }

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

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

 a { background-color: rgb(129,16,158); }

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

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

 span { border-color: rgb(129,16,158); }

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