Html Css Color HEX #8008AD Dark Magenta

📋 copy color: '#8008AD'

red 128 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #8008AD

Tints of Dark Magenta #8008AD

RGB

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

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

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

R = 41.42%
G = 2.59%
B = 55.99%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8008AD (or 0x8008AD) is known color: Dark Magenta. HEX triplet: 80, 08 and AD. RGB value is (128,8,173). Sum of RGB (Red+Green+Blue) = 128+8+173=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #8008AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8008AD is #7FF752. Grayscale: #3E3E3E. Windows color (decimal): -8386387 or 11339904. OLE color: 11339904.

HSL color Cylindrical-coordinate representation of color #8008AD: hue angle of 283.64º 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 #8008AD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 8 173 -
CMYK 0.26 0.95 0 0.32
HSL 283.64º 0.91% 0.35% -
HSV(B) 283.64º 0.95% 0.68% -
XYZ 16.53 7.78 40.17 -
YUV 62.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 128 8 173 0.26 0.95 0 0.32 283.64 0.91 0.35
Hex 80 8 AD 1A 5F 0 20 11C 5B 23
Octal 200 10 255 32 137 0 40 434 133 43
Binary 10000000 1000 10101101 11010 1011111 0 100000 100011100 1011011 100011

Color Harmonies of #8008AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8008AD

Black with #8008AD

Text Example


Text Example

White with #8008AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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