Html Css Color HEX #84018E Dark Magenta

📋 copy color: '#84018E'

red 132 ◦ green 1 ◦ blue 142

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

Shades of Dark Magenta #84018E

Tints of Dark Magenta #84018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 48%
G = 0.36%
B = 51.64%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84018E (or 0x84018E) is known color: Dark Magenta. HEX triplet: 84, 01 and 8E. RGB value is (132,1,142). Sum of RGB (Red+Green+Blue) = 132+1+142=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #84018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84018E is #7BFE71. Grayscale: #373737. Windows color (decimal): -8126066 or 9306500. OLE color: 9306500.

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

Color convert

RGB 132 1 142 -
CMYK 0.07 0.99 0 0.44
HSL 295.74º 0.99% 0.28% -
HSV(B) 295.74º 0.99% 0.56% -
XYZ 14.41 6.88 26.16 -
YUV 56.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 132 1 142 0.07 0.99 0 0.44 295.74 0.99 0.28
Hex 84 1 8E 7 63 0 2C 128 63 1C
Octal 204 1 216 7 143 0 54 450 143 34
Binary 10000100 1 10001110 111 1100011 0 101100 100101000 1100011 11100

Color Harmonies of #84018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84018E

Black with #84018E

Text Example


Text Example

White with #84018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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