#84168c

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

Shades of Dark Magenta #84168C

Tints of Dark Magenta #84168C

Color information

#84168C (or 0x84168C) is unknown color: approx Dark Magenta. HEX triplet: 84, 16 and 8C. RGB value is (132,22,140). Sum of RGB (Red+Green+Blue) = 132+22+140=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #84168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84168C is #7BE973. Grayscale: #434343. Windows color (decimal): -8120692 or 9180804. OLE color: 9180804.

HSL color Cylindrical-coordinate representation of color #84168C: hue angle of 295.93º degrees, saturation: 0.73, 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 #84168C is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13222140-
CMYK0.060.8400.45
HSL295.93º72.84%31.76%-
HSV(B)295.93º84.29%54.9%-
XYZ14.547.3725.47-
YUV68.34168.44173.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 140 (55.08% from 255) = 47.62%
R=44.90%
G=7.48%
B=47.62%

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
Decimal132221400.060.8400.45295.9372.8431.76
Hex84168C65402D1284920
Octal20426214612405545011140
Binary100001001011010001100110101010001011011001010001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84168c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84168c; }

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

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

<style>
 a { background-color: #84168c; }

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

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

<style>
 span { border-color: #84168c; }

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

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