#881E8D

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

Shades of Dark Purple #881E8D

Tints of Dark Purple #881E8D

Color information

#881E8D (or 0x881E8D) is unknown color: approx Dark Purple. HEX triplet: 88, 1E and 8D. RGB value is (136,30,141). Sum of RGB (Red+Green+Blue) = 136+30+141=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #881E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881E8D is #77E172. Grayscale: #4A4A4A. Windows color (decimal): -7856499 or 9248392. OLE color: 9248392.

HSL color Cylindrical-coordinate representation of color #881E8D: hue angle of 297.3º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881E8D is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13630141-
CMYK0.040.7900.45
HSL297.3º64.91%33.53%-
HSV(B)297.3º78.72%55.29%-
XYZ15.438.0925.95-
YUV74.35165.62171.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 30 (12.11% from 255) = 9.77%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=44.30%
G=9.77%
B=45.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136301410.040.7900.45297.364.9133.53
Hex881E8D44F02D1294122
Octal21036215411705545110142
Binary100010001111010001101100100111101011011001010011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,30,141); }

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

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

 a { background-color: rgb(136,30,141); }

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

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

 span { border-color: rgb(136,30,141); }

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