Html Css Color HEX #84118F Dark Magenta

📋 copy color: '#84118F'

red 132 ◦ green 17 ◦ blue 143

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

Shades of Dark Magenta #84118F

Tints of Dark Magenta #84118F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.82%

 BLUE value IS 143 (56.25% from 255) = 48.97%

R = 45.21%
G = 5.82%
B = 48.97%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84118F (or 0x84118F) is known color: Dark Magenta. HEX triplet: 84, 11 and 8F. RGB value is (132,17,143). Sum of RGB (Red+Green+Blue) = 132+17+143=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #84118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84118F is #7BEE70. Grayscale: #414141. Windows color (decimal): -8121969 or 9376132. OLE color: 9376132.

HSL color Cylindrical-coordinate representation of color #84118F: hue angle of 294.76º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84118F is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 17 143 -
CMYK 0.08 0.88 0 0.44
HSL 294.76º 0.79% 0.31% -
HSV(B) 294.76º 0.88% 0.56% -
XYZ 14.67 7.29 26.62 -
YUV 65.75 171.6 175.25 -
System Red Green Blue C M Y K H S L
Decimal 132 17 143 0.08 0.88 0 0.44 294.76 0.79 0.31
Hex 84 11 8F 8 58 0 2C 127 4F 1F
Octal 204 21 217 10 130 0 54 447 117 37
Binary 10000100 10001 10001111 1000 1011000 0 101100 100100111 1001111 11111

Color Harmonies of #84118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84118F

Black with #84118F

Text Example


Text Example

White with #84118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84118F; }

 p { color: rgb(132,17,143); }

 H1.HeaderClassName
 {
   color: #84118F;
 }
 .AnyTagClassName
 {
   color: #84118F;
 }
</style>

background-color css

<style>
 a { background-color: #84118F; }

 a { background-color: rgb(132,17,143); }

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

border-color css

<style>
 span { border-color: #84118F; }

 span { border-color: rgb(132,17,143); }

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