#882B80

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

Shades of Dark Purple #882B80

Tints of Dark Purple #882B80

Color information

#882B80 (or 0x882B80) is unknown color: approx Dark Purple. HEX triplet: 88, 2B and 80. RGB value is (136,43,128). Sum of RGB (Red+Green+Blue) = 136+43+128=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #882B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882B80 is #77D47F. Grayscale: #505050. Windows color (decimal): -7853184 or 8399752. OLE color: 8399752.

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

Color convert

RGB13643128-
CMYK00.680.060.47
HSL305.16º51.96%35.1%-
HSV(B)305.16º68.38%53.33%-
XYZ14.918.5221.28-
YUV80.5154.81167.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 43 (17.19% from 255) = 14.01%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=44.30%
G=14.01%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364312800.680.060.47305.1651.9635.1
Hex882B8004462F1313423
Octal2105320001046574616443
Binary100010001010111000000001000100110101111100110001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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