Html Css Color HEX #8B11AC Dark Magenta

📋 copy color: '#8B11AC'

red 139 ◦ green 17 ◦ blue 172

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

Shades of Dark Magenta #8B11AC

Tints of Dark Magenta #8B11AC

RGB

 RED value IS 139 (54.69% from 255) = 42.38%

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

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

R = 42.38%
G = 5.18%
B = 52.44%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B11AC (or 0x8B11AC) is known color: Dark Magenta. HEX triplet: 8B, 11 and AC. RGB value is (139,17,172). Sum of RGB (Red+Green+Blue) = 139+17+172=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B11AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B11AC is #74EE53. Grayscale: #464646. Windows color (decimal): -7663188 or 11276683. OLE color: 11276683.

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

Color convert

RGB 139 17 172 -
CMYK 0.19 0.90 0 0.33
HSL 287.23º 0.82% 0.37% -
HSV(B) 287.23º 0.9% 0.67% -
XYZ 18.29 8.87 39.78 -
YUV 71.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 139 17 172 0.19 0.90 0 0.33 287.23 0.82 0.37
Hex 8B 11 AC 13 5A 0 21 11F 52 25
Octal 213 21 254 23 132 0 41 437 122 45
Binary 10001011 10001 10101100 10011 1011010 0 100001 100011111 1010010 100101

Color Harmonies of #8B11AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B11AC

Black with #8B11AC

Text Example


Text Example

White with #8B11AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B11AC; }

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

 H1.HeaderClassName
 {
   color: #8B11AC;
 }
 .AnyTagClassName
 {
   color: #8B11AC;
 }
</style>

background-color css

<style>
 a { background-color: #8B11AC; }

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

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

border-color css

<style>
 span { border-color: #8B11AC; }

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

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