#84098F

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

Shades of Dark Magenta #84098F

Tints of Dark Magenta #84098F

Color information

#84098F (or 0x84098F) is unknown color: approx Dark Magenta. HEX triplet: 84, 09 and 8F. RGB value is (132,9,143). Sum of RGB (Red+Green+Blue) = 132+9+143=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #84098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84098F is #7BF670. Grayscale: #3C3C3C. Windows color (decimal): -8124017 or 9374084. OLE color: 9374084.

HSL color Cylindrical-coordinate representation of color #84098F: hue angle of 295.07º 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 #84098F is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1329143-
CMYK0.080.9400.44
HSL295.07º88.16%29.8%-
HSV(B)295.07º93.71%56.08%-
XYZ14.577.0826.59-
YUV61.05174.25178.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 9 (3.91% from 255) = 3.17%
BLUE value IS 143 (56.25% from 255) = 50.35%
R=46.48%
G=3.17%
B=50.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13291430.080.9400.44295.0788.1629.8
Hex8498F85E02C127581e
Octal204112171013605444713036
Binary10000100100110001111100010111100101100100100111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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