#84078E

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

Shades of Dark Magenta #84078E

Tints of Dark Magenta #84078E

Color information

#84078E (or 0x84078E) is unknown color: approx Dark Magenta. HEX triplet: 84, 07 and 8E. RGB value is (132,7,142). Sum of RGB (Red+Green+Blue) = 132+7+142=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #84078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84078E is #7BF871. Grayscale: #3B3B3B. Windows color (decimal): -8124530 or 9308036. OLE color: 9308036.

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

Color convert

RGB1327142-
CMYK0.070.9500.44
HSL295.56º90.6%29.22%-
HSV(B)295.56º95.07%55.69%-
XYZ14.477.0126.18-
YUV59.76174.41179.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 7 (3.12% from 255) = 2.49%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=46.98%
G=2.49%
B=50.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13271420.070.9500.44295.5690.629.22
Hex8478E75F02C1285b1d
Octal2047216713705445013335
Binary100001001111000111011110111110101100100101000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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