#882C86

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

Shades of Dark Purple #882C86

Tints of Dark Purple #882C86

Color information

#882C86 (or 0x882C86) is unknown color: approx Dark Purple. HEX triplet: 88, 2C and 86. RGB value is (136,44,134). Sum of RGB (Red+Green+Blue) = 136+44+134=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #882C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882C86 is #77D379. Grayscale: #515151. Windows color (decimal): -7852922 or 8793224. OLE color: 8793224.

HSL color Cylindrical-coordinate representation of color #882C86: hue angle of 301.3º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C86 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13644134-
CMYK00.680.010.47
HSL301.3º51.11%35.29%-
HSV(B)301.3º67.65%53.33%-
XYZ15.368.7623.44-
YUV81.77157.48166.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 44 (17.58% from 255) = 14.01%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=43.31%
G=14.01%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364413400.680.010.47301.351.1135.29
Hex882C8604412F12d3323
Octal2105420601041574556343
Binary1000100010110010000110010001001101111100101101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882C86; }

 p { color: rgb(136,44,134); }

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

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

 a { background-color: rgb(136,44,134); }

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

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

 span { border-color: rgb(136,44,134); }

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