Html Css Color HEX #8405AD Dark Magenta

📋 copy color: '#8405AD'

red 132 ◦ green 5 ◦ blue 173

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

Shades of Dark Magenta #8405AD

Tints of Dark Magenta #8405AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 42.58%
G = 1.61%
B = 55.81%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8405AD (or 0x8405AD) is known color: Dark Magenta. HEX triplet: 84, 05 and AD. RGB value is (132,5,173). Sum of RGB (Red+Green+Blue) = 132+5+173=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #8405AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8405AD is #7BFA52. Grayscale: #3D3D3D. Windows color (decimal): -8125011 or 11339140. OLE color: 11339140.

HSL color Cylindrical-coordinate representation of color #8405AD: hue angle of 285.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8405AD is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 5 173 -
CMYK 0.24 0.97 0 0.32
HSL 285.36º 0.94% 0.35% -
HSV(B) 285.36º 0.97% 0.68% -
XYZ 17.11 8.03 40.18 -
YUV 62.13 190.58 177.84 -
System Red Green Blue C M Y K H S L
Decimal 132 5 173 0.24 0.97 0 0.32 285.36 0.94 0.35
Hex 84 5 AD 18 61 0 20 11D 5E 23
Octal 204 5 255 30 141 0 40 435 136 43
Binary 10000100 101 10101101 11000 1100001 0 100000 100011101 1011110 100011

Color Harmonies of #8405AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8405AD

Black with #8405AD

Text Example


Text Example

White with #8405AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8405AD; }

 p { color: rgb(132,5,173); }

 H1.HeaderClassName
 {
   color: #8405AD;
 }
 .AnyTagClassName
 {
   color: #8405AD;
 }
</style>

background-color css

<style>
 a { background-color: #8405AD; }

 a { background-color: rgb(132,5,173); }

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

border-color css

<style>
 span { border-color: #8405AD; }

 span { border-color: rgb(132,5,173); }

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