#800292

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

Shades of Dark Magenta #800292

Tints of Dark Magenta #800292

Color information

#800292 (or 0x800292) is unknown color: approx Dark Magenta. HEX triplet: 80, 02 and 92. RGB value is (128,2,146). Sum of RGB (Red+Green+Blue) = 128+2+146=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #800292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800292 is #7FFD6D. Grayscale: #373737. Windows color (decimal): -8387950 or 9568896. OLE color: 9568896.

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

Color convert

RGB1282146-
CMYK0.120.9900.43
HSL292.5º97.3%29.02%-
HSV(B)292.5º98.63%57.25%-
XYZ14.116.7127.75-
YUV56.09178.74179.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=46.38%
G=0.72%
B=52.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12821460.120.9900.43292.597.329.02
Hex80292C6302B124611d
Octal20022221414305344414135
Binary100000001010010010110011000110101011100100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800292; }

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

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

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

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

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

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

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

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