Html Css Color HEX #8811AC Dark Magenta

📋 copy color: '#8811AC'

red 136 ◦ green 17 ◦ blue 172

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

Shades of Dark Magenta #8811AC

Tints of Dark Magenta #8811AC

RGB

 RED value IS 136 (53.52% from 255) = 41.85%

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

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

R = 41.85%
G = 5.23%
B = 52.92%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8811AC (or 0x8811AC) is known color: Dark Magenta. HEX triplet: 88, 11 and AC. RGB value is (136,17,172). Sum of RGB (Red+Green+Blue) = 136+17+172=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #8811AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8811AC is #77EE53. Grayscale: #454545. Windows color (decimal): -7859796 or 11276680. OLE color: 11276680.

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

Color convert

RGB 136 17 172 -
CMYK 0.21 0.90 0 0.33
HSL 286.06º 0.82% 0.37% -
HSV(B) 286.06º 0.9% 0.67% -
XYZ 17.8 8.61 39.75 -
YUV 70.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 136 17 172 0.21 0.90 0 0.33 286.06 0.82 0.37
Hex 88 11 AC 15 5A 0 21 11E 52 25
Octal 210 21 254 25 132 0 41 436 122 45
Binary 10001000 10001 10101100 10101 1011010 0 100001 100011110 1010010 100101

Color Harmonies of #8811AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8811AC

Black with #8811AC

Text Example


Text Example

White with #8811AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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