Html Css Color HEX #8111AB Dark Magenta

📋 copy color: '#8111AB'

red 129 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #8111AB

Tints of Dark Magenta #8111AB

RGB

 RED value IS 129 (50.78% from 255) = 40.69%

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

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

R = 40.69%
G = 5.36%
B = 53.94%

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

#8111AB (or 0x8111AB) is known color: Dark Magenta. HEX triplet: 81, 11 and AB. RGB value is (129,17,171). Sum of RGB (Red+Green+Blue) = 129+17+171=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #8111AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8111AB is #7EEE54. Grayscale: #434343. Windows color (decimal): -8318549 or 11211137. OLE color: 11211137.

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

Color convert

RGB 129 17 171 -
CMYK 0.25 0.90 0 0.33
HSL 283.64º 0.82% 0.37% -
HSV(B) 283.64º 0.9% 0.67% -
XYZ 16.6 8.01 39.2 -
YUV 68.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 129 17 171 0.25 0.90 0 0.33 283.64 0.82 0.37
Hex 81 11 AB 19 5A 0 21 11C 52 25
Octal 201 21 253 31 132 0 41 434 122 45
Binary 10000001 10001 10101011 11001 1011010 0 100001 100011100 1010010 100101

Color Harmonies of #8111AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111AB

Black with #8111AB

Text Example


Text Example

White with #8111AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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