Html Css Color HEX #840FAC Dark Magenta

📋 copy color: '#840FAC'

red 132 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #840FAC

Tints of Dark Magenta #840FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 41.38%
G = 4.7%
B = 53.92%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#840FAC (or 0x840FAC) is known color: Dark Magenta. HEX triplet: 84, 0F and AC. RGB value is (132,15,172). Sum of RGB (Red+Green+Blue) = 132+15+172=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #840FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840FAC is #7BF053. Grayscale: #434343. Windows color (decimal): -8122452 or 11276164. OLE color: 11276164.

HSL color Cylindrical-coordinate representation of color #840FAC: hue angle of 284.71º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840FAC is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 15 172 -
CMYK 0.23 0.91 0 0.33
HSL 284.71º 0.84% 0.37% -
HSV(B) 284.71º 0.91% 0.67% -
XYZ 17.13 8.23 39.71 -
YUV 67.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 132 15 172 0.23 0.91 0 0.33 284.71 0.84 0.37
Hex 84 F AC 17 5B 0 21 11D 54 25
Octal 204 17 254 27 133 0 41 435 124 45
Binary 10000100 1111 10101100 10111 1011011 0 100001 100011101 1010100 100101

Color Harmonies of #840FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840FAC

Black with #840FAC

Text Example


Text Example

White with #840FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,15,172); }

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

background-color css

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

 a { background-color: rgb(132,15,172); }

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

border-color css

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

 span { border-color: rgb(132,15,172); }

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