#882687

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

Shades of Dark Purple #882687

Tints of Dark Purple #882687

Color information

#882687 (or 0x882687) is unknown color: approx Dark Purple. HEX triplet: 88, 26 and 87. RGB value is (136,38,135). Sum of RGB (Red+Green+Blue) = 136+38+135=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #882687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882687 is #77D978. Grayscale: #4E4E4E. Windows color (decimal): -7854457 or 8857224. OLE color: 8857224.

HSL color Cylindrical-coordinate representation of color #882687: hue angle of 300.61º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882687 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13638135-
CMYK00.720.010.47
HSL300.61º56.32%34.12%-
HSV(B)300.61º72.06%53.33%-
XYZ15.228.3723.74-
YUV78.36159.97169.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 38 (15.23% from 255) = 12.30%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=44.01%
G=12.30%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363813500.720.010.47300.6156.3234.12
Hex88268704812F12d3822
Octal2104620701101574557042
Binary1000100010011010000111010010001101111100101101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882687; }

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

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

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

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

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

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

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

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