Html Css Color HEX #880EAC Dark Magenta

📋 copy color: '#880EAC'

red 136 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #880EAC

Tints of Dark Magenta #880EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.35%

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

R = 42.24%
G = 4.35%
B = 53.42%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#880EAC (or 0x880EAC) is known color: Dark Magenta. HEX triplet: 88, 0E and AC. RGB value is (136,14,172). Sum of RGB (Red+Green+Blue) = 136+14+172=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #880EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880EAC is #77F153. Grayscale: #434343. Windows color (decimal): -7860564 or 11275912. OLE color: 11275912.

HSL color Cylindrical-coordinate representation of color #880EAC: hue angle of 286.33º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880EAC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 14 172 -
CMYK 0.21 0.92 0 0.33
HSL 286.33º 0.85% 0.36% -
HSV(B) 286.33º 0.92% 0.67% -
XYZ 17.76 8.53 39.74 -
YUV 68.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 136 14 172 0.21 0.92 0 0.33 286.33 0.85 0.36
Hex 88 E AC 15 5C 0 21 11E 55 24
Octal 210 16 254 25 134 0 41 436 125 44
Binary 10001000 1110 10101100 10101 1011100 0 100001 100011110 1010101 100100

Color Harmonies of #880EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EAC

Black with #880EAC

Text Example


Text Example

White with #880EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880EAC; }

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

 H1.HeaderClassName
 {
   color: #880EAC;
 }
 .AnyTagClassName
 {
   color: #880EAC;
 }
</style>

background-color css

<style>
 a { background-color: #880EAC; }

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

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

border-color css

<style>
 span { border-color: #880EAC; }

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

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