Html Css Color HEX #8002AD Dark Magenta

📋 copy color: '#8002AD'

red 128 ◦ green 2 ◦ blue 173

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

Shades of Dark Magenta #8002AD

Tints of Dark Magenta #8002AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 42.24%
G = 0.66%
B = 57.1%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8002AD (or 0x8002AD) is known color: Dark Magenta. HEX triplet: 80, 02 and AD. RGB value is (128,2,173). Sum of RGB (Red+Green+Blue) = 128+2+173=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #8002AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8002AD is #7FFD52. Grayscale: #3A3A3A. Windows color (decimal): -8387923 or 11338368. OLE color: 11338368.

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

Color convert

RGB 128 2 173 -
CMYK 0.26 0.99 0 0.32
HSL 284.21º 0.98% 0.34% -
HSV(B) 284.21º 0.99% 0.68% -
XYZ 16.47 7.65 40.14 -
YUV 59.17 192.24 177.1 -
System Red Green Blue C M Y K H S L
Decimal 128 2 173 0.26 0.99 0 0.32 284.21 0.98 0.34
Hex 80 2 AD 1A 63 0 20 11C 62 22
Octal 200 2 255 32 143 0 40 434 142 42
Binary 10000000 10 10101101 11010 1100011 0 100000 100011100 1100010 100010

Color Harmonies of #8002AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002AD

Black with #8002AD

Text Example


Text Example

White with #8002AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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