#881981

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

Shades of Dark Purple #881981

Tints of Dark Purple #881981

Color information

#881981 (or 0x881981) is unknown color: approx Dark Purple. HEX triplet: 88, 19 and 81. RGB value is (136,25,129). Sum of RGB (Red+Green+Blue) = 136+25+129=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #881981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881981 is #77E67E. Grayscale: #454545. Windows color (decimal): -7857791 or 8460680. OLE color: 8460680.

HSL color Cylindrical-coordinate representation of color #881981: hue angle of 303.78º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881981 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13625129-
CMYK00.820.050.47
HSL303.78º68.94%31.57%-
HSV(B)303.78º81.62%53.33%-
XYZ14.467.5121.46-
YUV70.04161.27175.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 25 (10.16% from 255) = 8.62%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=46.90%
G=8.62%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362512900.820.050.47303.7868.9431.57
Hex88198105252F1304520
Octal21031201012255746010540
Binary100010001100110000001010100101011011111001100001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881981; }

 p { color: rgb(136,25,129); }

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

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

 a { background-color: rgb(136,25,129); }

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

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

 span { border-color: rgb(136,25,129); }

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