#880992

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

Shades of Dark Magenta #880992

Tints of Dark Magenta #880992

Color information

#880992 (or 0x880992) is unknown color: approx Dark Magenta. HEX triplet: 88, 09 and 92. RGB value is (136,9,146). Sum of RGB (Red+Green+Blue) = 136+9+146=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #880992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880992 is #77F66D. Grayscale: #3E3E3E. Windows color (decimal): -7861870 or 9570696. OLE color: 9570696.

HSL color Cylindrical-coordinate representation of color #880992: hue angle of 295.62º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880992 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1369146-
CMYK0.070.9400.43
HSL295.62º88.39%30.39%-
HSV(B)295.62º93.84%57.25%-
XYZ15.447.527.83-
YUV62.59175.08180.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 9 (3.91% from 255) = 3.09%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=46.74%
G=3.09%
B=50.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13691460.070.9400.43295.6288.3930.39
Hex8899275E02B128581e
Octal21011222713605345013036
Binary1000100010011001001011110111100101011100101000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880992; }

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

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

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

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

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

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

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

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