#811494

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

Shades of Dark Magenta #811494

Tints of Dark Magenta #811494

Color information

#811494 (or 0x811494) is unknown color: approx Dark Magenta. HEX triplet: 81, 14 and 94. RGB value is (129,20,148). Sum of RGB (Red+Green+Blue) = 129+20+148=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #811494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811494 is #7EEB6B. Grayscale: #424242. Windows color (decimal): -8317804 or 9704577. OLE color: 9704577.

HSL color Cylindrical-coordinate representation of color #811494: hue angle of 291.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811494 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12920148-
CMYK0.130.8600.42
HSL291.09º76.19%32.94%-
HSV(B)291.09º86.49%58.04%-
XYZ14.657.3128.66-
YUV67.18173.61172.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 20 (8.20% from 255) = 6.73%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=43.43%
G=6.73%
B=49.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129201480.130.8600.42291.0976.1932.94
Hex811494D5602A1234c21
Octal201242241512605244311441
Binary1000000110100100101001101101011001010101001000111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811494; }

 p { color: rgb(129,20,148); }

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

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

 a { background-color: rgb(129,20,148); }

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

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

 span { border-color: rgb(129,20,148); }

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