Html Css Color HEX #8410AD Dark Magenta

📋 copy color: '#8410AD'

red 132 ◦ green 16 ◦ blue 173

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

Shades of Dark Magenta #8410AD

Tints of Dark Magenta #8410AD

RGB

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

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

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

R = 41.12%
G = 4.98%
B = 53.89%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8410AD (or 0x8410AD) is known color: Dark Magenta. HEX triplet: 84, 10 and AD. RGB value is (132,16,173). Sum of RGB (Red+Green+Blue) = 132+16+173=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #8410AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8410AD is #7BEF52. Grayscale: #444444. Windows color (decimal): -8122195 or 11341956. OLE color: 11341956.

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

Color convert

RGB 132 16 173 -
CMYK 0.24 0.91 0 0.32
HSL 284.33º 0.83% 0.37% -
HSV(B) 284.33º 0.91% 0.68% -
XYZ 17.24 8.29 40.23 -
YUV 68.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 132 16 173 0.24 0.91 0 0.32 284.33 0.83 0.37
Hex 84 10 AD 18 5B 0 20 11C 53 25
Octal 204 20 255 30 133 0 40 434 123 45
Binary 10000100 10000 10101101 11000 1011011 0 100000 100011100 1010011 100101

Color Harmonies of #8410AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8410AD

Black with #8410AD

Text Example


Text Example

White with #8410AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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