#810794

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

Shades of Dark Magenta #810794

Tints of Dark Magenta #810794

Color information

#810794 (or 0x810794) is unknown color: approx Dark Magenta. HEX triplet: 81, 07 and 94. RGB value is (129,7,148). Sum of RGB (Red+Green+Blue) = 129+7+148=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #810794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810794 is #7EF86B. Grayscale: #3B3B3B. Windows color (decimal): -8321132 or 9701249. OLE color: 9701249.

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

Color convert

RGB1297148-
CMYK0.130.9500.42
HSL291.91º90.97%30.39%-
HSV(B)291.91º95.27%58.04%-
XYZ14.476.9628.6-
YUV59.55177.92177.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=45.42%
G=2.46%
B=52.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12971480.130.9500.42291.9190.9730.39
Hex81794D5F02A1245b1e
Octal20172241513705244413336
Binary1000000111110010100110110111110101010100100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810794; }

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

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

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

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

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

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

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

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