#882587

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

Shades of Dark Purple #882587

Tints of Dark Purple #882587

Color information

#882587 (or 0x882587) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 87. RGB value is (136,37,135). Sum of RGB (Red+Green+Blue) = 136+37+135=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #882587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882587 is #77DA78. Grayscale: #4D4D4D. Windows color (decimal): -7854713 or 8856968. OLE color: 8856968.

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

Color convert

RGB13637135-
CMYK00.730.010.47
HSL300.61º57.23%33.92%-
HSV(B)300.61º72.79%53.33%-
XYZ15.198.3123.72-
YUV77.77160.3169.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=44.16%
G=12.01%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363713500.730.010.47300.6157.2333.92
Hex88258704912F12d3922
Octal2104520701111574557142
Binary1000100010010110000111010010011101111100101101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882587; }

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

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

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

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

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

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

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

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