Html Css Color HEX #840EA4 Dark Magenta

📋 copy color: '#840EA4'

red 132 ◦ green 14 ◦ blue 164

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

Shades of Dark Magenta #840EA4

Tints of Dark Magenta #840EA4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.52%

 BLUE value IS 164 (64.45% from 255) = 52.9%

R = 42.58%
G = 4.52%
B = 52.9%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#840EA4 (or 0x840EA4) is known color: Dark Magenta. HEX triplet: 84, 0E and A4. RGB value is (132,14,164). Sum of RGB (Red+Green+Blue) = 132+14+164=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #840EA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840EA4 is #7BF15B. Grayscale: #414141. Windows color (decimal): -8122716 or 10751620. OLE color: 10751620.

HSL color Cylindrical-coordinate representation of color #840EA4: hue angle of 287.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840EA4 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 14 164 -
CMYK 0.20 0.91 0 0.36
HSL 287.2º 0.84% 0.35% -
HSV(B) 287.2º 0.91% 0.64% -
XYZ 16.37 7.9 35.78 -
YUV 66.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 132 14 164 0.20 0.91 0 0.36 287.2 0.84 0.35
Hex 84 E A4 14 5B 0 24 11F 54 23
Octal 204 16 244 24 133 0 44 437 124 43
Binary 10000100 1110 10100100 10100 1011011 0 100100 100011111 1010100 100011

Color Harmonies of #840EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840EA4

Black with #840EA4

Text Example


Text Example

White with #840EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840EA4; }

 p { color: rgb(132,14,164); }

 H1.HeaderClassName
 {
   color: #840EA4;
 }
 .AnyTagClassName
 {
   color: #840EA4;
 }
</style>

background-color css

<style>
 a { background-color: #840EA4; }

 a { background-color: rgb(132,14,164); }

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

border-color css

<style>
 span { border-color: #840EA4; }

 span { border-color: rgb(132,14,164); }

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