#881D7E

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

Shades of Dark Purple #881D7E

Tints of Dark Purple #881D7E

Color information

#881D7E (or 0x881D7E) is unknown color: approx Dark Purple. HEX triplet: 88, 1D and 7E. RGB value is (136,29,126). Sum of RGB (Red+Green+Blue) = 136+29+126=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #881D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881D7E is #77E281. Grayscale: #474747. Windows color (decimal): -7856770 or 8265096. OLE color: 8265096.

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

Color convert

RGB13629126-
CMYK00.790.070.47
HSL305.61º64.85%32.35%-
HSV(B)305.61º78.68%53.33%-
XYZ14.367.6220.45-
YUV72.05158.45173.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 29 (11.72% from 255) = 9.97%
BLUE value IS 126 (49.61% from 255) = 43.30%
R=46.74%
G=9.97%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362912600.790.070.47305.6164.8532.35
Hex881D7E04F72F1324120
Octal21035176011775746210140
Binary10001000111011111110010011111111011111001100101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,29,126); }

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

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

 a { background-color: rgb(136,29,126); }

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

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

 span { border-color: rgb(136,29,126); }

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