Html Css Color HEX #8003AD Dark Magenta

📋 copy color: '#8003AD'

red 128 ◦ green 3 ◦ blue 173

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

Shades of Dark Magenta #8003AD

Tints of Dark Magenta #8003AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 42.11%
G = 0.99%
B = 56.91%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8003AD (or 0x8003AD) is known color: Dark Magenta. HEX triplet: 80, 03 and AD. RGB value is (128,3,173). Sum of RGB (Red+Green+Blue) = 128+3+173=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #8003AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8003AD is #7FFC52. Grayscale: #3B3B3B. Windows color (decimal): -8387667 or 11338624. OLE color: 11338624.

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

Color convert

RGB 128 3 173 -
CMYK 0.26 0.98 0 0.32
HSL 284.12º 0.97% 0.35% -
HSV(B) 284.12º 0.98% 0.68% -
XYZ 16.48 7.67 40.15 -
YUV 59.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 128 3 173 0.26 0.98 0 0.32 284.12 0.97 0.35
Hex 80 3 AD 1A 62 0 20 11C 61 23
Octal 200 3 255 32 142 0 40 434 141 43
Binary 10000000 11 10101101 11010 1100010 0 100000 100011100 1100001 100011

Color Harmonies of #8003AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8003AD

Black with #8003AD

Text Example


Text Example

White with #8003AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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