#810494

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

Shades of Dark Magenta #810494

Tints of Dark Magenta #810494

Color information

#810494 (or 0x810494) is unknown color: approx Dark Magenta. HEX triplet: 81, 04 and 94. RGB value is (129,4,148). Sum of RGB (Red+Green+Blue) = 129+4+148=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #810494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810494 is #7EFB6B. Grayscale: #393939. Windows color (decimal): -8321900 or 9700481. OLE color: 9700481.

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

Color convert

RGB1294148-
CMYK0.130.9700.42
HSL292.08º94.74%29.8%-
HSV(B)292.08º97.3%58.04%-
XYZ14.446.8928.59-
YUV57.79178.91178.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=45.91%
G=1.42%
B=52.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12941480.130.9700.42292.0894.7429.8
Hex81494D6102A1245f1e
Octal20142241514105244413736
Binary1000000110010010100110111000010101010100100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810494; }

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

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

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

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

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

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

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

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