Html Css Color HEX #8111AC Dark Magenta

📋 copy color: '#8111AC'

red 129 ◦ green 17 ◦ blue 172

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

Shades of Dark Magenta #8111AC

Tints of Dark Magenta #8111AC

RGB

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

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

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

R = 40.57%
G = 5.35%
B = 54.09%

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

#8111AC (or 0x8111AC) is known color: Dark Magenta. HEX triplet: 81, 11 and AC. RGB value is (129,17,172). Sum of RGB (Red+Green+Blue) = 129+17+172=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #8111AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8111AC is #7EEE53. Grayscale: #434343. Windows color (decimal): -8318548 or 11276673. OLE color: 11276673.

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

Color convert

RGB 129 17 172 -
CMYK 0.25 0.90 0 0.33
HSL 283.35º 0.82% 0.37% -
HSV(B) 283.35º 0.9% 0.67% -
XYZ 16.7 8.05 39.7 -
YUV 68.16 186.61 171.4 -
System Red Green Blue C M Y K H S L
Decimal 129 17 172 0.25 0.90 0 0.33 283.35 0.82 0.37
Hex 81 11 AC 19 5A 0 21 11B 52 25
Octal 201 21 254 31 132 0 41 433 122 45
Binary 10000001 10001 10101100 11001 1011010 0 100001 100011011 1010010 100101

Color Harmonies of #8111AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111AC

Black with #8111AC

Text Example


Text Example

White with #8111AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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