Html Css Color HEX #8209AA Dark Magenta

📋 copy color: '#8209AA'

red 130 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #8209AA

Tints of Dark Magenta #8209AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 42.07%
G = 2.91%
B = 55.02%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8209AA (or 0x8209AA) is known color: Dark Magenta. HEX triplet: 82, 09 and AA. RGB value is (130,9,170). Sum of RGB (Red+Green+Blue) = 130+9+170=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #8209AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8209AA is #7DF655. Grayscale: #3F3F3F. Windows color (decimal): -8255062 or 11143554. OLE color: 11143554.

HSL color Cylindrical-coordinate representation of color #8209AA: hue angle of 285.09º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8209AA is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 9 170 -
CMYK 0.24 0.95 0 0.33
HSL 285.09º 0.9% 0.35% -
HSV(B) 285.09º 0.95% 0.67% -
XYZ 16.56 7.84 38.67 -
YUV 63.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 130 9 170 0.24 0.95 0 0.33 285.09 0.9 0.35
Hex 82 9 AA 18 5F 0 21 11D 5A 23
Octal 202 11 252 30 137 0 41 435 132 43
Binary 10000010 1001 10101010 11000 1011111 0 100001 100011101 1011010 100011

Color Harmonies of #8209AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8209AA

Black with #8209AA

Text Example


Text Example

White with #8209AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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