#84178C

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

Shades of Dark Magenta #84178C

Tints of Dark Magenta #84178C

Color information

#84178C (or 0x84178C) is unknown color: approx Dark Magenta. HEX triplet: 84, 17 and 8C. RGB value is (132,23,140). Sum of RGB (Red+Green+Blue) = 132+23+140=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #84178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84178C is #7BE873. Grayscale: #444444. Windows color (decimal): -8120436 or 9181060. OLE color: 9181060.

HSL color Cylindrical-coordinate representation of color #84178C: hue angle of 295.9º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84178C is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13223140-
CMYK0.060.8400.45
HSL295.9º71.78%31.96%-
HSV(B)295.9º83.57%54.9%-
XYZ14.567.4125.47-
YUV68.93168.11172.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=44.75%
G=7.80%
B=47.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132231400.060.8400.45295.971.7831.96
Hex84178C65402D1284820
Octal20427214612405545011040
Binary100001001011110001100110101010001011011001010001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84178C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84178C; }

 p { color: rgb(132,23,140); }

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

<style>
 a { background-color: #84178C; }

 a { background-color: rgb(132,23,140); }

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

<style>
 span { border-color: #84178C; }

 span { border-color: rgb(132,23,140); }

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