#810493

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

Shades of Dark Magenta #810493

Tints of Dark Magenta #810493

Color information

#810493 (or 0x810493) is unknown color: approx Dark Magenta. HEX triplet: 81, 04 and 93. RGB value is (129,4,147). Sum of RGB (Red+Green+Blue) = 129+4+147=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #810493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810493 is #7EFB6C. Grayscale: #393939. Windows color (decimal): -8321901 or 9634945. OLE color: 9634945.

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

Color convert

RGB1294147-
CMYK0.120.9700.42
HSL292.45º94.7%29.61%-
HSV(B)292.45º97.28%57.65%-
XYZ14.366.8628.17-
YUV57.68178.41178.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=46.07%
G=1.43%
B=52.5%

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
Decimal12941470.120.9700.42292.4594.729.61
Hex81493C6102A1245f1e
Octal20142231414105244413736
Binary1000000110010010011110011000010101010100100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810493; }

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

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

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

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

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

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

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

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