#810593

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

Shades of Dark Magenta #810593

Tints of Dark Magenta #810593

Color information

#810593 (or 0x810593) is unknown color: approx Dark Magenta. HEX triplet: 81, 05 and 93. RGB value is (129,5,147). Sum of RGB (Red+Green+Blue) = 129+5+147=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #810593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810593 is #7EFA6C. Grayscale: #393939. Windows color (decimal): -8321645 or 9635201. OLE color: 9635201.

HSL color Cylindrical-coordinate representation of color #810593: hue angle of 292.39º degrees, saturation: 0.93, 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 #810593 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1295147-
CMYK0.120.9700.42
HSL292.39º93.42%29.8%-
HSV(B)292.39º96.6%57.65%-
XYZ14.376.8828.17-
YUV58.26178.08178.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 5 (2.34% from 255) = 1.78%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=45.91%
G=1.78%
B=52.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12951470.120.9700.42292.3993.4229.8
Hex81593C6102A1245d1e
Octal20152231414105244413536
Binary1000000110110010011110011000010101010100100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810593; }

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

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

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

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

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

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

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

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