Html Css Color HEX #8410AA Dark Magenta

📋 copy color: '#8410AA'

red 132 ◦ green 16 ◦ blue 170

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

Shades of Dark Magenta #8410AA

Tints of Dark Magenta #8410AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

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

R = 41.51%
G = 5.03%
B = 53.46%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8410AA (or 0x8410AA) is known color: Dark Magenta. HEX triplet: 84, 10 and AA. RGB value is (132,16,170). Sum of RGB (Red+Green+Blue) = 132+16+170=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #8410AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8410AA is #7BEF55. Grayscale: #434343. Windows color (decimal): -8122198 or 11145348. OLE color: 11145348.

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

Color convert

RGB 132 16 170 -
CMYK 0.22 0.91 0 0.33
HSL 285.19º 0.83% 0.36% -
HSV(B) 285.19º 0.91% 0.67% -
XYZ 16.96 8.18 38.72 -
YUV 68.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 132 16 170 0.22 0.91 0 0.33 285.19 0.83 0.36
Hex 84 10 AA 16 5B 0 21 11D 53 24
Octal 204 20 252 26 133 0 41 435 123 44
Binary 10000100 10000 10101010 10110 1011011 0 100001 100011101 1010011 100100

Color Harmonies of #8410AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8410AA

Black with #8410AA

Text Example


Text Example

White with #8410AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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