Html Css Color HEX #840DAB Dark Magenta

📋 copy color: '#840DAB'

red 132 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #840DAB

Tints of Dark Magenta #840DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.11%

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 41.77%
G = 4.11%
B = 54.11%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#840DAB (or 0x840DAB) is known color: Dark Magenta. HEX triplet: 84, 0D and AB. RGB value is (132,13,171). Sum of RGB (Red+Green+Blue) = 132+13+171=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #840DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840DAB is #7BF254. Grayscale: #424242. Windows color (decimal): -8122965 or 11210116. OLE color: 11210116.

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

Color convert

RGB 132 13 171 -
CMYK 0.23 0.92 0 0.33
HSL 285.19º 0.86% 0.36% -
HSV(B) 285.19º 0.92% 0.67% -
XYZ 17.01 8.13 39.2 -
YUV 66.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 132 13 171 0.23 0.92 0 0.33 285.19 0.86 0.36
Hex 84 D AB 17 5C 0 21 11D 56 24
Octal 204 15 253 27 134 0 41 435 126 44
Binary 10000100 1101 10101011 10111 1011100 0 100001 100011101 1010110 100100

Color Harmonies of #840DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840DAB

Black with #840DAB

Text Example


Text Example

White with #840DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,13,171); }

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

background-color css

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

 a { background-color: rgb(132,13,171); }

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

border-color css

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

 span { border-color: rgb(132,13,171); }

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