#811691

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

Shades of Dark Magenta #811691

Tints of Dark Magenta #811691

Color information

#811691 (or 0x811691) is unknown color: approx Dark Magenta. HEX triplet: 81, 16 and 91. RGB value is (129,22,145). Sum of RGB (Red+Green+Blue) = 129+22+145=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #811691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811691 is #7EE96E. Grayscale: #434343. Windows color (decimal): -8317295 or 9508481. OLE color: 9508481.

HSL color Cylindrical-coordinate representation of color #811691: hue angle of 292.2º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811691 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12922145-
CMYK0.110.8500.43
HSL292.2º73.65%32.75%-
HSV(B)292.2º84.83%56.86%-
XYZ14.457.2927.43-
YUV68.02171.45171.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 22 (8.98% from 255) = 7.43%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=43.58%
G=7.43%
B=48.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129221450.110.8500.43292.273.6532.75
Hex811691B5502B1244a21
Octal201262211312505344411241
Binary1000000110110100100011011101010101010111001001001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811691; }

 p { color: rgb(129,22,145); }

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

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

 a { background-color: rgb(129,22,145); }

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

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

 span { border-color: rgb(129,22,145); }

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