#840296

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

Shades of Dark Magenta #840296

Tints of Dark Magenta #840296

Color information

#840296 (or 0x840296) is unknown color: approx Dark Magenta. HEX triplet: 84, 02 and 96. RGB value is (132,2,150). Sum of RGB (Red+Green+Blue) = 132+2+150=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #840296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840296 is #7BFD69. Grayscale: #393939. Windows color (decimal): -8125802 or 9831044. OLE color: 9831044.

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

Color convert

RGB1322150-
CMYK0.120.9900.41
HSL292.7º97.37%29.8%-
HSV(B)292.7º98.67%58.82%-
XYZ15.047.1529.44-
YUV57.74180.07180.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=46.48%
G=0.70%
B=52.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13221500.120.9900.41292.797.3729.8
Hex84296C63029125611e
Octal20422261414305144514136
Binary100001001010010110110011000110101001100100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840296; }

 p { color: rgb(132,2,150); }

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

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

 a { background-color: rgb(132,2,150); }

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

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

 span { border-color: rgb(132,2,150); }

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