Html Css Color HEX #8408AD Dark Magenta

📋 copy color: '#8408AD'

red 132 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #8408AD

Tints of Dark Magenta #8408AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

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

R = 42.17%
G = 2.56%
B = 55.27%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8408AD (or 0x8408AD) is known color: Dark Magenta. HEX triplet: 84, 08 and AD. RGB value is (132,8,173). Sum of RGB (Red+Green+Blue) = 132+8+173=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #8408AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8408AD is #7BF752. Grayscale: #3F3F3F. Windows color (decimal): -8124243 or 11339908. OLE color: 11339908.

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

Color convert

RGB 132 8 173 -
CMYK 0.24 0.95 0 0.32
HSL 285.09º 0.91% 0.35% -
HSV(B) 285.09º 0.95% 0.68% -
XYZ 17.15 8.1 40.19 -
YUV 63.89 189.58 176.58 -
System Red Green Blue C M Y K H S L
Decimal 132 8 173 0.24 0.95 0 0.32 285.09 0.91 0.35
Hex 84 8 AD 18 5F 0 20 11D 5B 23
Octal 204 10 255 30 137 0 40 435 133 43
Binary 10000100 1000 10101101 11000 1011111 0 100000 100011101 1011011 100011

Color Harmonies of #8408AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8408AD

Black with #8408AD

Text Example


Text Example

White with #8408AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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