#800492

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

Shades of Dark Magenta #800492

Tints of Dark Magenta #800492

Color information

#800492 (or 0x800492) is unknown color: approx Dark Magenta. HEX triplet: 80, 04 and 92. RGB value is (128,4,146). Sum of RGB (Red+Green+Blue) = 128+4+146=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #800492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800492 is #7FFB6D. Grayscale: #383838. Windows color (decimal): -8387438 or 9569408. OLE color: 9569408.

HSL color Cylindrical-coordinate representation of color #800492: hue angle of 292.39º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800492 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1284146-
CMYK0.120.9700.43
HSL292.39º94.67%29.41%-
HSV(B)292.39º97.26%57.25%-
XYZ14.136.7527.75-
YUV57.26178.08178.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=46.04%
G=1.44%
B=52.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12841460.120.9700.43292.3994.6729.41
Hex80492C6102B1245f1d
Octal20042221414105344413735
Binary1000000010010010010110011000010101011100100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800492; }

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

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

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

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

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

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

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

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