#800493

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

Shades of Dark Magenta #800493

Tints of Dark Magenta #800493

Color information

#800493 (or 0x800493) is unknown color: approx Dark Magenta. HEX triplet: 80, 04 and 93. RGB value is (128,4,147). Sum of RGB (Red+Green+Blue) = 128+4+147=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #800493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800493 is #7FFB6C. Grayscale: #383838. Windows color (decimal): -8387437 or 9634944. OLE color: 9634944.

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

Color convert

RGB1284147-
CMYK0.130.9700.42
HSL292.03º94.7%29.61%-
HSV(B)292.03º97.28%57.65%-
XYZ14.216.7828.16-
YUV57.38178.58178.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=45.88%
G=1.43%
B=52.69%

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
Decimal12841470.130.9700.42292.0394.729.61
Hex80493D6102A1245f1e
Octal20042231514105244413736
Binary1000000010010010011110111000010101010100100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800493; }

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

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

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

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

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

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

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

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