Html Css Color HEX #8011AB Dark Magenta

📋 copy color: '#8011AB'

red 128 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #8011AB

Tints of Dark Magenta #8011AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 40.51%
G = 5.38%
B = 54.11%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8011AB (or 0x8011AB) is known color: Dark Magenta. HEX triplet: 80, 11 and AB. RGB value is (128,17,171). Sum of RGB (Red+Green+Blue) = 128+17+171=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #8011AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8011AB is #7FEE54. Grayscale: #434343. Windows color (decimal): -8384085 or 11211136. OLE color: 11211136.

HSL color Cylindrical-coordinate representation of color #8011AB: hue angle of 283.25º 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 #8011AB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 17 171 -
CMYK 0.25 0.90 0 0.33
HSL 283.25º 0.82% 0.37% -
HSV(B) 283.25º 0.9% 0.67% -
XYZ 16.45 7.93 39.19 -
YUV 67.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 128 17 171 0.25 0.90 0 0.33 283.25 0.82 0.37
Hex 80 11 AB 19 5A 0 21 11B 52 25
Octal 200 21 253 31 132 0 41 433 122 45
Binary 10000000 10001 10101011 11001 1011010 0 100001 100011011 1010010 100101

Color Harmonies of #8011AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8011AB

Black with #8011AB

Text Example


Text Example

White with #8011AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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