#883E71

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

Shades of Dark Purple #883E71

Tints of Dark Purple #883E71

Color information

#883E71 (or 0x883E71) is unknown color: approx Dark Purple. HEX triplet: 88, 3E and 71. RGB value is (136,62,113). Sum of RGB (Red+Green+Blue) = 136+62+113=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #883E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883E71 is #77C18E. Grayscale: #595959. Windows color (decimal): -7848335 or 7421576. OLE color: 7421576.

HSL color Cylindrical-coordinate representation of color #883E71: hue angle of 318.65º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883E71 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13662113-
CMYK00.540.170.47
HSL318.65º37.37%38.82%-
HSV(B)318.65º54.41%53.33%-
XYZ14.869.8716.75-
YUV89.94141.02160.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 62 (24.61% from 255) = 19.94%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=43.73%
G=19.94%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366211300.540.170.47318.6537.3738.82
Hex883E71036112F13f2527
Octal2107616106621574774547
Binary100010001111101110001011011010001101111100111111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883E71; }

 p { color: rgb(136,62,113); }

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

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

 a { background-color: rgb(136,62,113); }

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

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

 span { border-color: rgb(136,62,113); }

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