#881E8A

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

Shades of Dark Purple #881E8A

Tints of Dark Purple #881E8A

Color information

#881E8A (or 0x881E8A) is unknown color: approx Dark Purple. HEX triplet: 88, 1E and 8A. RGB value is (136,30,138). Sum of RGB (Red+Green+Blue) = 136+30+138=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #881E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881E8A is #77E175. Grayscale: #494949. Windows color (decimal): -7856502 or 9051784. OLE color: 9051784.

HSL color Cylindrical-coordinate representation of color #881E8A: hue angle of 298.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E8A is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13630138-
CMYK0.010.7800.46
HSL298.89º64.29%32.94%-
HSV(B)298.89º78.26%54.12%-
XYZ15.21824.79-
YUV74.01164.12172.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 138 (54.30% from 255) = 45.39%
R=44.74%
G=9.87%
B=45.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136301380.010.7800.46298.8964.2932.94
Hex881E8A14E02E12b4021
Octal21036212111605645310041
Binary1000100011110100010101100111001011101001010111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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