#880097

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

Shades of Dark Magenta #880097

Tints of Dark Magenta #880097

Color information

#880097 (or 0x880097) is unknown color: approx Dark Magenta. HEX triplet: 88, 00 and 97. RGB value is (136,0,151). Sum of RGB (Red+Green+Blue) = 136+0+151=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #880097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880097 is #77FF68. Grayscale: #393939. Windows color (decimal): -7864169 or 9896072. OLE color: 9896072.

HSL color Cylindrical-coordinate representation of color #880097: hue angle of 294.04º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880097 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1360151-
CMYK0.10100.41
HSL294.04º100%29.61%-
HSV(B)294.04º100%59.22%-
XYZ15.747.4729.89-
YUV57.88180.56183.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=47.39%
G=0%
B=52.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13601510.10100.41294.0410029.61
Hex88097A64029126641e
Octal21002271214405144614436
Binary10001000010010111101011001000101001100100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880097; }

 p { color: rgb(136,0,151); }

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

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

 a { background-color: rgb(136,0,151); }

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

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

 span { border-color: rgb(136,0,151); }

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