#811492

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

Shades of Dark Magenta #811492

Tints of Dark Magenta #811492

Color information

#811492 (or 0x811492) is unknown color: approx Dark Magenta. HEX triplet: 81, 14 and 92. RGB value is (129,20,146). Sum of RGB (Red+Green+Blue) = 129+20+146=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #811492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811492 is #7EEB6D. Grayscale: #424242. Windows color (decimal): -8317806 or 9573505. OLE color: 9573505.

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

Color convert

RGB12920146-
CMYK0.120.8600.43
HSL291.9º75.9%32.55%-
HSV(B)291.9º86.3%57.25%-
XYZ14.497.2427.83-
YUV66.96172.61172.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=43.73%
G=6.78%
B=49.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129201460.120.8600.43291.975.932.55
Hex811492C5602B1244c21
Octal201242221412605344411441
Binary1000000110100100100101100101011001010111001001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811492; }

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

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

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

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

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

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

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

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