Html Css Color HEX #8409A0 Dark Magenta

📋 copy color: '#8409A0'

red 132 ◦ green 9 ◦ blue 160

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

Shades of Dark Magenta #8409A0

Tints of Dark Magenta #8409A0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

 BLUE value IS 160 (62.89% from 255) = 53.16%

R = 43.85%
G = 2.99%
B = 53.16%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8409A0 (or 0x8409A0) is known color: Dark Magenta. HEX triplet: 84, 09 and A0. RGB value is (132,9,160). Sum of RGB (Red+Green+Blue) = 132+9+160=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #8409A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8409A0 is #7BF65F. Grayscale: #3E3E3E. Windows color (decimal): -8124000 or 10488196. OLE color: 10488196.

HSL color Cylindrical-coordinate representation of color #8409A0: hue angle of 288.87º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8409A0 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 9 160 -
CMYK 0.17 0.94 0 0.37
HSL 288.87º 0.89% 0.33% -
HSV(B) 288.87º 0.94% 0.63% -
XYZ 15.96 7.64 33.89 -
YUV 62.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 132 9 160 0.17 0.94 0 0.37 288.87 0.89 0.33
Hex 84 9 A0 11 5E 0 25 121 59 21
Octal 204 11 240 21 136 0 45 441 131 41
Binary 10000100 1001 10100000 10001 1011110 0 100101 100100001 1011001 100001

Color Harmonies of #8409A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8409A0

Black with #8409A0

Text Example


Text Example

White with #8409A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8409A0; }

 p { color: rgb(132,9,160); }

 H1.HeaderClassName
 {
   color: #8409A0;
 }
 .AnyTagClassName
 {
   color: #8409A0;
 }
</style>

background-color css

<style>
 a { background-color: #8409A0; }

 a { background-color: rgb(132,9,160); }

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

border-color css

<style>
 span { border-color: #8409A0; }

 span { border-color: rgb(132,9,160); }

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