#880985

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

Shades of Dark Magenta #880985

Tints of Dark Magenta #880985

Color information

#880985 (or 0x880985) is unknown color: approx Dark Magenta. HEX triplet: 88, 09 and 85. RGB value is (136,9,133). Sum of RGB (Red+Green+Blue) = 136+9+133=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #880985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880985 is #77F67A. Grayscale: #3C3C3C. Windows color (decimal): -7861883 or 8718728. OLE color: 8718728.

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

Color convert

RGB1369133-
CMYK00.930.020.47
HSL301.42º87.59%28.43%-
HSV(B)301.42º93.38%53.33%-
XYZ14.487.1222.8-
YUV61.11168.58181.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 9 (3.91% from 255) = 3.24%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=48.92%
G=3.24%
B=47.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136913300.930.020.47301.4287.5928.43
Hex8898505D22F12d581c
Octal21011205013525745513034
Binary100010001001100001010101110110101111100101101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880985; }

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

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

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

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

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

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

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

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