#82078E

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

Shades of Dark Magenta #82078E

Tints of Dark Magenta #82078E

Color information

#82078E (or 0x82078E) is unknown color: approx Dark Magenta. HEX triplet: 82, 07 and 8E. RGB value is (130,7,142). Sum of RGB (Red+Green+Blue) = 130+7+142=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #82078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82078E is #7DF871. Grayscale: #3A3A3A. Windows color (decimal): -8255602 or 9308034. OLE color: 9308034.

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

Color convert

RGB1307142-
CMYK0.080.9500.44
HSL294.67º90.6%29.22%-
HSV(B)294.67º95.07%55.69%-
XYZ14.166.8526.17-
YUV59.17174.75178.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 7 (3.12% from 255) = 2.51%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=46.59%
G=2.51%
B=50.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13071420.080.9500.44294.6790.629.22
Hex8278E85F02C1275b1d
Octal20272161013705444713335
Binary1000001011110001110100010111110101100100100111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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