#881A6F

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

Shades of Dark Purple #881A6F

Tints of Dark Purple #881A6F

Color information

#881A6F (or 0x881A6F) is unknown color: approx Dark Purple. HEX triplet: 88, 1A and 6F. RGB value is (136,26,111). Sum of RGB (Red+Green+Blue) = 136+26+111=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #881A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A6F is #77E590. Grayscale: #444444. Windows color (decimal): -7857553 or 7281288. OLE color: 7281288.

HSL color Cylindrical-coordinate representation of color #881A6F: hue angle of 313.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A6F is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13626111-
CMYK00.810.180.47
HSL313.64º67.9%31.76%-
HSV(B)313.64º80.88%53.33%-
XYZ13.397.1215.71-
YUV68.58151.94176.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=49.82%
G=9.52%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362611100.810.180.47313.6467.931.76
Hex881A6F051122F13a4420
Octal210321570121225747210440
Binary1000100011010110111101010001100101011111001110101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,26,111); }

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

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

 a { background-color: rgb(136,26,111); }

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

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

 span { border-color: rgb(136,26,111); }

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