Html Css Color HEX #8405AA Dark Magenta

📋 copy color: '#8405AA'

red 132 ◦ green 5 ◦ blue 170

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

Shades of Dark Magenta #8405AA

Tints of Dark Magenta #8405AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.37%

R = 43%
G = 1.63%
B = 55.37%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8405AA (or 0x8405AA) is known color: Dark Magenta. HEX triplet: 84, 05 and AA. RGB value is (132,5,170). Sum of RGB (Red+Green+Blue) = 132+5+170=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #8405AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8405AA is #7BFA55. Grayscale: #3D3D3D. Windows color (decimal): -8125014 or 11142532. OLE color: 11142532.

HSL color Cylindrical-coordinate representation of color #8405AA: hue angle of 286.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8405AA is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 5 170 -
CMYK 0.22 0.97 0 0.33
HSL 286.18º 0.94% 0.34% -
HSV(B) 286.18º 0.97% 0.67% -
XYZ 16.83 7.92 38.67 -
YUV 61.78 189.08 178.08 -
System Red Green Blue C M Y K H S L
Decimal 132 5 170 0.22 0.97 0 0.33 286.18 0.94 0.34
Hex 84 5 AA 16 61 0 21 11E 5E 22
Octal 204 5 252 26 141 0 41 436 136 42
Binary 10000100 101 10101010 10110 1100001 0 100001 100011110 1011110 100010

Color Harmonies of #8405AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8405AA

Black with #8405AA

Text Example


Text Example

White with #8405AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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