Html Css Color HEX #84178A Dark Magenta

📋 copy color: '#84178A'

red 132 ◦ green 23 ◦ blue 138

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

Shades of Dark Magenta #84178A

Tints of Dark Magenta #84178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.85%

 BLUE value IS 138 (54.3% from 255) = 47.1%

R = 45.05%
G = 7.85%
B = 47.1%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#84178A (or 0x84178A) is known color: Dark Magenta. HEX triplet: 84, 17 and 8A. RGB value is (132,23,138). Sum of RGB (Red+Green+Blue) = 132+23+138=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #84178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84178A is #7BE875. Grayscale: #444444. Windows color (decimal): -8120438 or 9049988. OLE color: 9049988.

HSL color Cylindrical-coordinate representation of color #84178A: hue angle of 296.87º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84178A is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 23 138 -
CMYK 0.04 0.83 0 0.46
HSL 296.87º 0.71% 0.32% -
HSV(B) 296.87º 0.83% 0.54% -
XYZ 14.41 7.35 24.7 -
YUV 68.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 132 23 138 0.04 0.83 0 0.46 296.87 0.71 0.32
Hex 84 17 8A 4 53 0 2E 129 47 20
Octal 204 27 212 4 123 0 56 451 107 40
Binary 10000100 10111 10001010 100 1010011 0 101110 100101001 1000111 100000

Color Harmonies of #84178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84178A

Black with #84178A

Text Example


Text Example

White with #84178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84178A;
 }
 .AnyTagClassName
 {
   color: #84178A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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