Html Css Color HEX #8410AB Dark Magenta

📋 copy color: '#8410AB'

red 132 ◦ green 16 ◦ blue 171

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

Shades of Dark Magenta #8410AB

Tints of Dark Magenta #8410AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 41.38%
G = 5.02%
B = 53.61%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8410AB (or 0x8410AB) is known color: Dark Magenta. HEX triplet: 84, 10 and AB. RGB value is (132,16,171). Sum of RGB (Red+Green+Blue) = 132+16+171=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #8410AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8410AB is #7BEF54. Grayscale: #434343. Windows color (decimal): -8122197 or 11210884. OLE color: 11210884.

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

Color convert

RGB 132 16 171 -
CMYK 0.23 0.91 0 0.33
HSL 284.9º 0.83% 0.37% -
HSV(B) 284.9º 0.91% 0.67% -
XYZ 17.05 8.22 39.22 -
YUV 68.35 185.93 173.4 -
System Red Green Blue C M Y K H S L
Decimal 132 16 171 0.23 0.91 0 0.33 284.9 0.83 0.37
Hex 84 10 AB 17 5B 0 21 11D 53 25
Octal 204 20 253 27 133 0 41 435 123 45
Binary 10000100 10000 10101011 10111 1011011 0 100001 100011101 1010011 100101

Color Harmonies of #8410AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8410AB

Black with #8410AB

Text Example


Text Example

White with #8410AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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