#881171

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

Shades of Dark Purple #881171

Tints of Dark Purple #881171

Color information

#881171 (or 0x881171) is unknown color: approx Dark Purple. HEX triplet: 88, 11 and 71. RGB value is (136,17,113). Sum of RGB (Red+Green+Blue) = 136+17+113=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #881171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881171 is #77EE8E. Grayscale: #3F3F3F. Windows color (decimal): -7859855 or 7410056. OLE color: 7410056.

HSL color Cylindrical-coordinate representation of color #881171: hue angle of 311.6º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881171 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13617113-
CMYK00.870.170.47
HSL311.6º77.78%30%-
HSV(B)311.6º87.5%53.33%-
XYZ13.336.8316.24-
YUV63.52155.92179.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 17 (7.03% from 255) = 6.39%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=51.13%
G=6.39%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361711300.870.170.47311.677.7830
Hex881171057112F1384e1e
Octal210211610127215747011636
Binary100010001000111100010101011110001101111100111000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881171; }

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

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

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

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

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

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

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

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