#880783

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

Shades of Dark Magenta #880783

Tints of Dark Magenta #880783

Color information

#880783 (or 0x880783) is unknown color: approx Dark Magenta. HEX triplet: 88, 07 and 83. RGB value is (136,7,131). Sum of RGB (Red+Green+Blue) = 136+7+131=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #880783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880783 is #77F87C. Grayscale: #3B3B3B. Windows color (decimal): -7862397 or 8587144. OLE color: 8587144.

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

Color convert

RGB1367131-
CMYK00.950.040.47
HSL302.33º90.21%28.04%-
HSV(B)302.33º94.85%53.33%-
XYZ14.337.0222.07-
YUV59.71168.24182.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=49.64%
G=2.55%
B=47.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136713100.950.040.47302.3390.2128.04
Hex8878305F42F12e5a1c
Octal2107203013745745613234
Binary100010001111000001101011111100101111100101110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880783; }

 p { color: rgb(136,7,131); }

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

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

 a { background-color: rgb(136,7,131); }

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

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

 span { border-color: rgb(136,7,131); }

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