#84098E

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

Shades of Dark Magenta #84098E

Tints of Dark Magenta #84098E

Color information

#84098E (or 0x84098E) is unknown color: approx Dark Magenta. HEX triplet: 84, 09 and 8E. RGB value is (132,9,142). Sum of RGB (Red+Green+Blue) = 132+9+142=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #84098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84098E is #7BF671. Grayscale: #3C3C3C. Windows color (decimal): -8124018 or 9308548. OLE color: 9308548.

HSL color Cylindrical-coordinate representation of color #84098E: hue angle of 295.49º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84098E is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1329142-
CMYK0.070.9400.44
HSL295.49º88.08%29.61%-
HSV(B)295.49º93.66%55.69%-
XYZ14.57.0526.19-
YUV60.94173.75178.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=46.64%
G=3.18%
B=50.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13291420.070.9400.44295.4988.0829.61
Hex8498E75E02C127581e
Octal20411216713605444713036
Binary1000010010011000111011110111100101100100100111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84098E; }

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

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

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

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

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

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

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

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