#881B91

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

Shades of Dark Magenta #881B91

Tints of Dark Magenta #881B91

Color information

#881B91 (or 0x881B91) is unknown color: approx Dark Magenta. HEX triplet: 88, 1B and 91. RGB value is (136,27,145). Sum of RGB (Red+Green+Blue) = 136+27+145=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #881B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881B91 is #77E46E. Grayscale: #484848. Windows color (decimal): -7857263 or 9509768. OLE color: 9509768.

HSL color Cylindrical-coordinate representation of color #881B91: hue angle of 295.42º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881B91 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13627145-
CMYK0.060.8100.43
HSL295.42º68.6%33.73%-
HSV(B)295.42º81.38%56.86%-
XYZ15.668.0627.52-
YUV73.04168.61172.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 27 (10.94% from 255) = 8.77%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=44.16%
G=8.77%
B=47.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136271450.060.8100.43295.4268.633.73
Hex881B9165102B1274522
Octal21033221612105344710542
Binary100010001101110010001110101000101010111001001111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881B91; }

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

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

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

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

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

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

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

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