Html Css Color HEX #84178E Dark Magenta

📋 copy color: '#84178E'

red 132 ◦ green 23 ◦ blue 142

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

Shades of Dark Magenta #84178E

Tints of Dark Magenta #84178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.81%

R = 44.44%
G = 7.74%
B = 47.81%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84178E (or 0x84178E) is known color: Dark Magenta. HEX triplet: 84, 17 and 8E. RGB value is (132,23,142). Sum of RGB (Red+Green+Blue) = 132+23+142=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #84178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84178E is #7BE871. Grayscale: #444444. Windows color (decimal): -8120434 or 9312132. OLE color: 9312132.

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

Color convert

RGB 132 23 142 -
CMYK 0.07 0.84 0 0.44
HSL 294.96º 0.72% 0.32% -
HSV(B) 294.96º 0.84% 0.56% -
XYZ 14.7 7.47 26.26 -
YUV 69.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 132 23 142 0.07 0.84 0 0.44 294.96 0.72 0.32
Hex 84 17 8E 7 54 0 2C 127 48 20
Octal 204 27 216 7 124 0 54 447 110 40
Binary 10000100 10111 10001110 111 1010100 0 101100 100100111 1001000 100000

Color Harmonies of #84178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84178E

Black with #84178E

Text Example


Text Example

White with #84178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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