#880B8A

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

Shades of Dark Magenta #880B8A

Tints of Dark Magenta #880B8A

Color information

#880B8A (or 0x880B8A) is unknown color: approx Dark Magenta. HEX triplet: 88, 0B and 8A. RGB value is (136,11,138). Sum of RGB (Red+Green+Blue) = 136+11+138=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #880B8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880B8A is #77F475. Grayscale: #3E3E3E. Windows color (decimal): -7861366 or 9046920. OLE color: 9046920.

HSL color Cylindrical-coordinate representation of color #880B8A: hue angle of 299.06º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B8A is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13611138-
CMYK0.010.9200.46
HSL299.06º85.23%29.22%-
HSV(B)299.06º92.03%54.12%-
XYZ14.867.3124.67-
YUV62.85170.41180.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 11 (4.69% from 255) = 3.86%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=47.72%
G=3.86%
B=48.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136111380.010.9200.46299.0685.2329.22
Hex88B8A15C02E12b551d
Octal21013212113405645312535
Binary10001000101110001010110111000101110100101011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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