#882588

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

Shades of Dark Purple #882588

Tints of Dark Purple #882588

Color information

#882588 (or 0x882588) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 88. RGB value is (136,37,136). Sum of RGB (Red+Green+Blue) = 136+37+136=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #882588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882588 is #77DA77. Grayscale: #4D4D4D. Windows color (decimal): -7854712 or 8922504. OLE color: 8922504.

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

Color convert

RGB13637136-
CMYK00.7300.47
HSL300º57.23%33.92%-
HSV(B)300º72.79%53.33%-
XYZ15.268.3324.1-
YUV77.89160.8169.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 37 (14.84% from 255) = 11.97%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=44.01%
G=11.97%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363713600.7300.4730057.2333.92
Hex88258804902F12c3922
Octal2104521001110574547142
Binary1000100010010110001000010010010101111100101100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882588; }

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

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

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

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

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

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

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

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