#811293

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

Shades of Dark Magenta #811293

Tints of Dark Magenta #811293

Color information

#811293 (or 0x811293) is unknown color: approx Dark Magenta. HEX triplet: 81, 12 and 93. RGB value is (129,18,147). Sum of RGB (Red+Green+Blue) = 129+18+147=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #811293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811293 is #7EED6C. Grayscale: #414141. Windows color (decimal): -8318317 or 9638529. OLE color: 9638529.

HSL color Cylindrical-coordinate representation of color #811293: hue angle of 291.63º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811293 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12918147-
CMYK0.120.8800.42
HSL291.63º78.18%32.35%-
HSV(B)291.63º87.76%57.65%-
XYZ14.547.2128.23-
YUV65.9173.77173.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.88%
GREEN value IS 18 (7.42% from 255) = 6.12%
BLUE value IS 147 (57.81% from 255) = 50%
R=43.88%
G=6.12%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129181470.120.8800.42291.6378.1832.35
Hex811293C5802A1244e20
Octal201222231413005244411640
Binary1000000110010100100111100101100001010101001001001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811293; }

 p { color: rgb(129,18,147); }

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

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

 a { background-color: rgb(129,18,147); }

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

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

 span { border-color: rgb(129,18,147); }

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