#840992

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

Shades of Dark Magenta #840992

Tints of Dark Magenta #840992

Color information

#840992 (or 0x840992) is unknown color: approx Dark Magenta. HEX triplet: 84, 09 and 92. RGB value is (132,9,146). Sum of RGB (Red+Green+Blue) = 132+9+146=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #840992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840992 is #7BF66D. Grayscale: #3C3C3C. Windows color (decimal): -8124014 or 9570692. OLE color: 9570692.

HSL color Cylindrical-coordinate representation of color #840992: hue angle of 293.87º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840992 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1329146-
CMYK0.100.9400.43
HSL293.87º88.39%30.39%-
HSV(B)293.87º93.84%57.25%-
XYZ14.87.1827.8-
YUV61.4175.75178.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 9 (3.91% from 255) = 3.14%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=45.99%
G=3.14%
B=50.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13291460.100.9400.43293.8788.3930.39
Hex84992A5E02B126581e
Octal204112221213605344613036
Binary10000100100110010010101010111100101011100100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840992; }

 p { color: rgb(132,9,146); }

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

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

 a { background-color: rgb(132,9,146); }

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

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

 span { border-color: rgb(132,9,146); }

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