#880984

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

Shades of Dark Magenta #880984

Tints of Dark Magenta #880984

Color information

#880984 (or 0x880984) is unknown color: approx Dark Magenta. HEX triplet: 88, 09 and 84. RGB value is (136,9,132). Sum of RGB (Red+Green+Blue) = 136+9+132=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #880984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880984 is #77F67B. Grayscale: #3C3C3C. Windows color (decimal): -7861884 or 8653192. OLE color: 8653192.

HSL color Cylindrical-coordinate representation of color #880984: hue angle of 301.89º 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 #880984 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB1369132-
CMYK00.930.030.47
HSL301.89º87.59%28.43%-
HSV(B)301.89º93.38%53.33%-
XYZ14.427.122.44-
YUV61168.08181.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=49.10%
G=3.25%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136913200.930.030.47301.8987.5928.43
Hex8898405D32F12e581c
Octal21011204013535745613034
Binary100010001001100001000101110111101111100101110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880984; }

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

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

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

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

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

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

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

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