Html Css Color HEX #8211AC Dark Magenta

📋 copy color: '#8211AC'

red 130 ◦ green 17 ◦ blue 172

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

Shades of Dark Magenta #8211AC

Tints of Dark Magenta #8211AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 40.75%
G = 5.33%
B = 53.92%

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

#8211AC (or 0x8211AC) is known color: Dark Magenta. HEX triplet: 82, 11 and AC. RGB value is (130,17,172). Sum of RGB (Red+Green+Blue) = 130+17+172=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #8211AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8211AC is #7DEE53. Grayscale: #434343. Windows color (decimal): -8253012 or 11276674. OLE color: 11276674.

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

Color convert

RGB 130 17 172 -
CMYK 0.24 0.90 0 0.33
HSL 283.74º 0.82% 0.37% -
HSV(B) 283.74º 0.9% 0.67% -
XYZ 16.85 8.13 39.71 -
YUV 68.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 130 17 172 0.24 0.90 0 0.33 283.74 0.82 0.37
Hex 82 11 AC 18 5A 0 21 11C 52 25
Octal 202 21 254 30 132 0 41 434 122 45
Binary 10000010 10001 10101100 11000 1011010 0 100001 100011100 1010010 100101

Color Harmonies of #8211AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8211AC

Black with #8211AC

Text Example


Text Example

White with #8211AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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