Html Css Color HEX #84168D Dark Magenta

📋 copy color: '#84168D'

red 132 ◦ green 22 ◦ blue 141

#84168D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #84168D

Tints of Dark Magenta #84168D

RGB

 RED value IS 132 (51.95% from 255) = 44.75%

 GREEN value IS 22 (8.98% from 255) = 7.46%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 44.75%
G = 7.46%
B = 47.8%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84168D (or 0x84168D) is known color: Dark Magenta. HEX triplet: 84, 16 and 8D. RGB value is (132,22,141). Sum of RGB (Red+Green+Blue) = 132+22+141=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #84168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84168D is #7BE972. Grayscale: #444444. Windows color (decimal): -8120691 or 9246340. OLE color: 9246340.

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

Color convert

RGB 132 22 141 -
CMYK 0.06 0.84 0 0.45
HSL 295.46º 0.73% 0.32% -
HSV(B) 295.46º 0.84% 0.55% -
XYZ 14.61 7.4 25.86 -
YUV 68.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 132 22 141 0.06 0.84 0 0.45 295.46 0.73 0.32
Hex 84 16 8D 6 54 0 2D 127 49 20
Octal 204 26 215 6 124 0 55 447 111 40
Binary 10000100 10110 10001101 110 1010100 0 101101 100100111 1001001 100000

Color Harmonies of #84168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84168D

Black with #84168D

Text Example


Text Example

White with #84168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84168D;
 }
 .AnyTagClassName
 {
   color: #84168D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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