#84079A

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

Shades of Dark Magenta #84079A

Tints of Dark Magenta #84079A

Color information

#84079A (or 0x84079A) is unknown color: approx Dark Magenta. HEX triplet: 84, 07 and 9A. RGB value is (132,7,154). Sum of RGB (Red+Green+Blue) = 132+7+154=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #84079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84079A is #7BF865. Grayscale: #3C3C3C. Windows color (decimal): -8124518 or 10094468. OLE color: 10094468.

HSL color Cylindrical-coordinate representation of color #84079A: hue angle of 291.02º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84079A is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1327154-
CMYK0.140.9500.40
HSL291.02º91.3%31.57%-
HSV(B)291.02º95.45%60.39%-
XYZ15.427.3931.19-
YUV61.13180.41178.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 7 (3.12% from 255) = 2.39%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=45.05%
G=2.39%
B=52.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13271540.140.9500.40291.0291.331.57
Hex8479AE5F0281235b20
Octal20472321613705044313340
Binary10000100111100110101110101111101010001001000111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84079A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84079A; }

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

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

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

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

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

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

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

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