Html Css Color HEX #84178C Dark Magenta

📋 copy color: '#84178C'

red 132 ◦ green 23 ◦ blue 140

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

Shades of Dark Magenta #84178C

Tints of Dark Magenta #84178C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 44.75%
G = 7.8%
B = 47.46%

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

#84178C (or 0x84178C) is known color: 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

RGB 132 23 140 -
CMYK 0.06 0.84 0 0.45
HSL 295.9º 0.72% 0.32% -
HSV(B) 295.9º 0.84% 0.55% -
XYZ 14.56 7.41 25.47 -
YUV 68.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 132 23 140 0.06 0.84 0 0.45 295.9 0.72 0.32
Hex 84 17 8C 6 54 0 2D 128 48 20
Octal 204 27 214 6 124 0 55 450 110 40
Binary 10000100 10111 10001100 110 1010100 0 101101 100101000 1001000 100000

Color Harmonies of #84178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84178C

Black with #84178C

Text Example


Text Example

White with #84178C

Text Example


Text Example

HTML Codes & Css Web 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>