#810596

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

Shades of Dark Magenta #810596

Tints of Dark Magenta #810596

Color information

#810596 (or 0x810596) is unknown color: approx Dark Magenta. HEX triplet: 81, 05 and 96. RGB value is (129,5,150). Sum of RGB (Red+Green+Blue) = 129+5+150=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #810596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810596 is #7EFA69. Grayscale: #3A3A3A. Windows color (decimal): -8321642 or 9831809. OLE color: 9831809.

HSL color Cylindrical-coordinate representation of color #810596: hue angle of 291.31º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #810596 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1295150-
CMYK0.140.9700.41
HSL291.31º93.55%30.39%-
HSV(B)291.31º96.67%58.82%-
XYZ14.616.9829.43-
YUV58.61179.58178.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=45.42%
G=1.76%
B=52.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12951500.140.9700.41291.3193.5530.39
Hex81596E610291235e1e
Octal20152261614105144313636
Binary1000000110110010110111011000010101001100100011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810596; }

 p { color: rgb(129,5,150); }

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

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

 a { background-color: rgb(129,5,150); }

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

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

 span { border-color: rgb(129,5,150); }

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