Html Css Color HEX #8009AD Dark Magenta

📋 copy color: '#8009AD'

red 128 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #8009AD

Tints of Dark Magenta #8009AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

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

R = 41.29%
G = 2.9%
B = 55.81%

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

#8009AD (or 0x8009AD) is known color: Dark Magenta. HEX triplet: 80, 09 and AD. RGB value is (128,9,173). Sum of RGB (Red+Green+Blue) = 128+9+173=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #8009AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8009AD is #7FF652. Grayscale: #3E3E3E. Windows color (decimal): -8386131 or 11340160. OLE color: 11340160.

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

Color convert

RGB 128 9 173 -
CMYK 0.26 0.95 0 0.32
HSL 283.54º 0.9% 0.36% -
HSV(B) 283.54º 0.95% 0.68% -
XYZ 16.54 7.8 40.17 -
YUV 63.28 189.92 174.16 -
System Red Green Blue C M Y K H S L
Decimal 128 9 173 0.26 0.95 0 0.32 283.54 0.9 0.36
Hex 80 9 AD 1A 5F 0 20 11C 5A 24
Octal 200 11 255 32 137 0 40 434 132 44
Binary 10000000 1001 10101101 11010 1011111 0 100000 100011100 1011010 100100

Color Harmonies of #8009AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8009AD

Black with #8009AD

Text Example


Text Example

White with #8009AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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