Html Css Color HEX #8209AD Dark Magenta

📋 copy color: '#8209AD'

red 130 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #8209AD

Tints of Dark Magenta #8209AD

RGB

 RED value IS 130 (51.17% from 255) = 41.67%

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

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

R = 41.67%
G = 2.88%
B = 55.45%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8209AD (or 0x8209AD) is known color: Dark Magenta. HEX triplet: 82, 09 and AD. RGB value is (130,9,173). Sum of RGB (Red+Green+Blue) = 130+9+173=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #8209AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8209AD is #7DF652. Grayscale: #3F3F3F. Windows color (decimal): -8255059 or 11340162. OLE color: 11340162.

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

Color convert

RGB 130 9 173 -
CMYK 0.25 0.95 0 0.32
HSL 284.27º 0.9% 0.36% -
HSV(B) 284.27º 0.95% 0.68% -
XYZ 16.85 7.96 40.18 -
YUV 63.88 189.59 175.16 -
System Red Green Blue C M Y K H S L
Decimal 130 9 173 0.25 0.95 0 0.32 284.27 0.9 0.36
Hex 82 9 AD 19 5F 0 20 11C 5A 24
Octal 202 11 255 31 137 0 40 434 132 44
Binary 10000010 1001 10101101 11001 1011111 0 100000 100011100 1011010 100100

Color Harmonies of #8209AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8209AD

Black with #8209AD

Text Example


Text Example

White with #8209AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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