Html Css Color HEX #84168E Dark Magenta

📋 copy color: '#84168E'

red 132 ◦ green 22 ◦ blue 142

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

Shades of Dark Magenta #84168E

Tints of Dark Magenta #84168E

RGB

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

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

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

R = 44.59%
G = 7.43%
B = 47.97%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84168E (or 0x84168E) is known color: Dark Magenta. HEX triplet: 84, 16 and 8E. RGB value is (132,22,142). Sum of RGB (Red+Green+Blue) = 132+22+142=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #84168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84168E is #7BE971. Grayscale: #444444. Windows color (decimal): -8120690 or 9311876. OLE color: 9311876.

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

Color convert

RGB 132 22 142 -
CMYK 0.07 0.85 0 0.44
HSL 295º 0.73% 0.32% -
HSV(B) 295º 0.85% 0.56% -
XYZ 14.69 7.43 26.25 -
YUV 68.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 132 22 142 0.07 0.85 0 0.44 295 0.73 0.32
Hex 84 16 8E 7 55 0 2C 127 49 20
Octal 204 26 216 7 125 0 54 447 111 40
Binary 10000100 10110 10001110 111 1010101 0 101100 100100111 1001001 100000

Color Harmonies of #84168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84168E

Black with #84168E

Text Example


Text Example

White with #84168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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