#880998

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

Shades of Dark Magenta #880998

Tints of Dark Magenta #880998

Color information

#880998 (or 0x880998) is unknown color: approx Dark Magenta. HEX triplet: 88, 09 and 98. RGB value is (136,9,152). Sum of RGB (Red+Green+Blue) = 136+9+152=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #880998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880998 is #77F667. Grayscale: #3E3E3E. Windows color (decimal): -7861864 or 9963912. OLE color: 9963912.

HSL color Cylindrical-coordinate representation of color #880998: hue angle of 293.29º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880998 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1369152-
CMYK0.110.9400.40
HSL293.29º88.82%31.57%-
HSV(B)293.29º94.08%59.61%-
XYZ15.927.730.35-
YUV63.28178.08179.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 152 (59.77% from 255) = 51.18%
R=45.79%
G=3.03%
B=51.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13691520.110.9400.40293.2988.8231.57
Hex88998B5E0281255920
Octal210112301313605044513140
Binary100010001001100110001011101111001010001001001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880998; }

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

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

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

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

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

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

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

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