Html Css Color HEX #8211AB Dark Magenta

📋 copy color: '#8211AB'

red 130 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #8211AB

Tints of Dark Magenta #8211AB

RGB

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

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

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

R = 40.88%
G = 5.35%
B = 53.77%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8211AB (or 0x8211AB) is known color: Dark Magenta. HEX triplet: 82, 11 and AB. RGB value is (130,17,171). Sum of RGB (Red+Green+Blue) = 130+17+171=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #8211AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8211AB is #7DEE54. Grayscale: #434343. Windows color (decimal): -8253013 or 11211138. OLE color: 11211138.

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

Color convert

RGB 130 17 171 -
CMYK 0.24 0.90 0 0.33
HSL 284.03º 0.82% 0.37% -
HSV(B) 284.03º 0.9% 0.67% -
XYZ 16.76 8.09 39.21 -
YUV 68.34 185.94 171.98 -
System Red Green Blue C M Y K H S L
Decimal 130 17 171 0.24 0.90 0 0.33 284.03 0.82 0.37
Hex 82 11 AB 18 5A 0 21 11C 52 25
Octal 202 21 253 30 132 0 41 434 122 45
Binary 10000010 10001 10101011 11000 1011010 0 100001 100011100 1010010 100101

Color Harmonies of #8211AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8211AB

Black with #8211AB

Text Example


Text Example

White with #8211AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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