Html Css Color HEX #8005AD Dark Magenta

📋 copy color: '#8005AD'

red 128 ◦ green 5 ◦ blue 173

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

Shades of Dark Magenta #8005AD

Tints of Dark Magenta #8005AD

RGB

 RED value IS 128 (50.39% from 255) = 41.83%

 GREEN value IS 5 (2.34% from 255) = 1.63%

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

R = 41.83%
G = 1.63%
B = 56.54%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8005AD (or 0x8005AD) is known color: Dark Magenta. HEX triplet: 80, 05 and AD. RGB value is (128,5,173). Sum of RGB (Red+Green+Blue) = 128+5+173=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 5 (2.34% from 255 or 1.63% 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 #8005AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8005AD is #7FFA52. Grayscale: #3C3C3C. Windows color (decimal): -8387155 or 11339136. OLE color: 11339136.

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

Color convert

RGB 128 5 173 -
CMYK 0.26 0.97 0 0.32
HSL 283.93º 0.94% 0.35% -
HSV(B) 283.93º 0.97% 0.68% -
XYZ 16.5 7.71 40.15 -
YUV 60.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 128 5 173 0.26 0.97 0 0.32 283.93 0.94 0.35
Hex 80 5 AD 1A 61 0 20 11C 5E 23
Octal 200 5 255 32 141 0 40 434 136 43
Binary 10000000 101 10101101 11010 1100001 0 100000 100011100 1011110 100011

Color Harmonies of #8005AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8005AD

Black with #8005AD

Text Example


Text Example

White with #8005AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,5,173); }

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

background-color css

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

 a { background-color: rgb(128,5,173); }

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

border-color css

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

 span { border-color: rgb(128,5,173); }

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