#881191

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

Shades of Dark Magenta #881191

Tints of Dark Magenta #881191

Color information

#881191 (or 0x881191) is unknown color: approx Dark Magenta. HEX triplet: 88, 11 and 91. RGB value is (136,17,145). Sum of RGB (Red+Green+Blue) = 136+17+145=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #881191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881191 is #77EE6E. Grayscale: #424242. Windows color (decimal): -7859823 or 9507208. OLE color: 9507208.

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

Color convert

RGB13617145-
CMYK0.060.8800.43
HSL295.78º79.01%31.76%-
HSV(B)295.78º88.28%56.86%-
XYZ15.467.6827.46-
YUV67.17171.92177.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 17 (7.03% from 255) = 5.70%
BLUE value IS 145 (57.03% from 255) = 48.66%
R=45.64%
G=5.70%
B=48.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136171450.060.8800.43295.7879.0131.76
Hex88119165802B1284f20
Octal21021221613005345011740
Binary100010001000110010001110101100001010111001010001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881191; }

 p { color: rgb(136,17,145); }

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

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

 a { background-color: rgb(136,17,145); }

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

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

 span { border-color: rgb(136,17,145); }

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