#811190

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

Shades of Dark Magenta #811190

Tints of Dark Magenta #811190

Color information

#811190 (or 0x811190) is unknown color: approx Dark Magenta. HEX triplet: 81, 11 and 90. RGB value is (129,17,144). Sum of RGB (Red+Green+Blue) = 129+17+144=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #811190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811190 is #7EEE6F. Grayscale: #404040. Windows color (decimal): -8318576 or 9441665. OLE color: 9441665.

HSL color Cylindrical-coordinate representation of color #811190: hue angle of 292.91º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811190 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12917144-
CMYK0.100.8800.44
HSL292.91º78.88%31.57%-
HSV(B)292.91º88.19%56.47%-
XYZ14.297.0827-
YUV64.97172.61173.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 17 (7.03% from 255) = 5.86%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=44.48%
G=5.86%
B=49.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129171440.100.8800.44292.9178.8831.57
Hex811190A5802C1254f20
Octal201212201213005444511740
Binary1000000110001100100001010101100001011001001001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811190; }

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

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

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

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

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

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

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

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