#880A9B

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

Shades of Dark Magenta #880A9B

Tints of Dark Magenta #880A9B

Color information

#880A9B (or 0x880A9B) is unknown color: approx Dark Magenta. HEX triplet: 88, 0A and 9B. RGB value is (136,10,155). Sum of RGB (Red+Green+Blue) = 136+10+155=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #880A9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880A9B is #77F564. Grayscale: #3F3F3F. Windows color (decimal): -7861605 or 10160776. OLE color: 10160776.

HSL color Cylindrical-coordinate representation of color #880A9B: hue angle of 292.14º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880A9B is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13610155-
CMYK0.120.9400.39
HSL292.14º87.88%32.35%-
HSV(B)292.14º93.55%60.78%-
XYZ16.187.8231.67-
YUV64.2179.24179.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 10 (4.30% from 255) = 3.32%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=45.18%
G=3.32%
B=51.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136101550.120.9400.39292.1487.8832.35
Hex88A9BC5E0271245820
Octal210122331413604744413040
Binary100010001010100110111100101111001001111001001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,10,155); }

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

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

 a { background-color: rgb(136,10,155); }

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

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

 span { border-color: rgb(136,10,155); }

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