Html Css Color HEX #8011AA Dark Magenta

📋 copy color: '#8011AA'

red 128 ◦ green 17 ◦ blue 170

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

Shades of Dark Magenta #8011AA

Tints of Dark Magenta #8011AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

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

R = 40.63%
G = 5.4%
B = 53.97%

CMYK

 C value IS 0.25

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8011AA (or 0x8011AA) is known color: Dark Magenta. HEX triplet: 80, 11 and AA. RGB value is (128,17,170). Sum of RGB (Red+Green+Blue) = 128+17+170=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #8011AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8011AA is #7FEE55. Grayscale: #434343. Windows color (decimal): -8384086 or 11145600. OLE color: 11145600.

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

Color convert

RGB 128 17 170 -
CMYK 0.25 0.9 0 0.33
HSL 283.53º 0.82% 0.37% -
HSV(B) 283.53º 0.9% 0.67% -
XYZ 16.36 7.89 38.69 -
YUV 67.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 128 17 170 0.25 0.9 0 0.33 283.53 0.82 0.37
Hex 80 11 AA 19 5A 0 21 11C 52 25
Octal 200 21 252 31 132 0 41 434 122 45
Binary 10000000 10001 10101010 11001 1011010 0 100001 100011100 1010010 100101

Color Harmonies of #8011AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8011AA

Black with #8011AA

Text Example


Text Example

White with #8011AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,17,170); }

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

background-color css

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

 a { background-color: rgb(128,17,170); }

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

border-color css

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

 span { border-color: rgb(128,17,170); }

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