#880BAC

Color #880BAC Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #880BAC

Tints of Dark Magenta #880BAC

Color information

#880BAC (or 0x880BAC) is unknown color: approx Dark Magenta. HEX triplet: 88, 0B and AC. RGB value is (136,11,172). Sum of RGB (Red+Green+Blue) = 136+11+172=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #880BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880BAC is #77F453. Grayscale: #424242. Windows color (decimal): -7861332 or 11275144. OLE color: 11275144.

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

Color convert

RGB13611172-
CMYK0.210.9400.33
HSL286.58º87.98%35.88%-
HSV(B)286.58º93.6%67.45%-
XYZ17.728.4539.73-
YUV66.73187.41177.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 11 (4.69% from 255) = 3.45%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=42.63%
G=3.45%
B=53.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136111720.210.9400.33286.5887.9835.88
Hex88BAC155E02111f5824
Octal210132542513604143713044
Binary1000100010111010110010101101111001000011000111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #880BAC;
 }
 .AnyTagClassName
 {
   color: #880BAC;
 }
</style>
background-color css

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

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

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

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

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

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