Html Css Color HEX #8401AD Dark Magenta

📋 copy color: '#8401AD'

red 132 ◦ green 1 ◦ blue 173

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

Shades of Dark Magenta #8401AD

Tints of Dark Magenta #8401AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 43.14%
G = 0.33%
B = 56.54%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8401AD (or 0x8401AD) is known color: Dark Magenta. HEX triplet: 84, 01 and AD. RGB value is (132,1,173). Sum of RGB (Red+Green+Blue) = 132+1+173=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #8401AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8401AD is #7BFE52. Grayscale: #3B3B3B. Windows color (decimal): -8126035 or 11338116. OLE color: 11338116.

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

Color convert

RGB 132 1 173 -
CMYK 0.24 0.99 0 0.32
HSL 285.7º 0.99% 0.34% -
HSV(B) 285.7º 0.99% 0.68% -
XYZ 17.07 7.94 40.17 -
YUV 59.78 191.9 179.51 -
System Red Green Blue C M Y K H S L
Decimal 132 1 173 0.24 0.99 0 0.32 285.7 0.99 0.34
Hex 84 1 AD 18 63 0 20 11E 63 22
Octal 204 1 255 30 143 0 40 436 143 42
Binary 10000100 1 10101101 11000 1100011 0 100000 100011110 1100011 100010

Color Harmonies of #8401AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8401AD

Black with #8401AD

Text Example


Text Example

White with #8401AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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