#880986

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

Shades of Dark Magenta #880986

Tints of Dark Magenta #880986

Color information

#880986 (or 0x880986) is unknown color: approx Dark Magenta. HEX triplet: 88, 09 and 86. RGB value is (136,9,134). Sum of RGB (Red+Green+Blue) = 136+9+134=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #880986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880986 is #77F679. Grayscale: #3C3C3C. Windows color (decimal): -7861882 or 8784264. OLE color: 8784264.

HSL color Cylindrical-coordinate representation of color #880986: hue angle of 300.94º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880986 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB1369134-
CMYK00.930.010.47
HSL300.94º87.59%28.43%-
HSV(B)300.94º93.38%53.33%-
XYZ14.557.1523.17-
YUV61.22169.08181.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=48.75%
G=3.23%
B=48.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136913400.930.010.47300.9487.5928.43
Hex8898605D12F12d581c
Octal21011206013515745513034
Binary10001000100110000110010111011101111100101101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880986; }

 p { color: rgb(136,9,134); }

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

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

 a { background-color: rgb(136,9,134); }

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

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

 span { border-color: rgb(136,9,134); }

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