#882B87

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

Shades of Dark Purple #882B87

Tints of Dark Purple #882B87

Color information

#882B87 (or 0x882B87) is unknown color: approx Dark Purple. HEX triplet: 88, 2B and 87. RGB value is (136,43,135). Sum of RGB (Red+Green+Blue) = 136+43+135=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #882B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882B87 is #77D478. Grayscale: #515151. Windows color (decimal): -7853177 or 8858504. OLE color: 8858504.

HSL color Cylindrical-coordinate representation of color #882B87: hue angle of 300.65º degrees, saturation: 0.52, 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 #882B87 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13643135-
CMYK00.680.010.47
HSL300.65º51.96%35.1%-
HSV(B)300.65º68.38%53.33%-
XYZ15.398.7123.79-
YUV81.3158.31167.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 43 (17.19% from 255) = 13.69%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=43.31%
G=13.69%
B=42.99%

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
Decimal1364313500.680.010.47300.6551.9635.1
Hex882B8704412F12d3423
Octal2105320701041574556443
Binary1000100010101110000111010001001101111100101101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,43,135); }

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

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

 a { background-color: rgb(136,43,135); }

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

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

 span { border-color: rgb(136,43,135); }

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