#882888

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

Shades of Dark Purple #882888

Tints of Dark Purple #882888

Color information

#882888 (or 0x882888) is unknown color: approx Dark Purple. HEX triplet: 88, 28 and 88. RGB value is (136,40,136). Sum of RGB (Red+Green+Blue) = 136+40+136=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #882888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882888 is #77D777. Grayscale: #4F4F4F. Windows color (decimal): -7853944 or 8923272. OLE color: 8923272.

HSL color Cylindrical-coordinate representation of color #882888: hue angle of 300º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882888 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13640136-
CMYK00.7100.47
HSL300º54.55%34.51%-
HSV(B)300º70.59%53.33%-
XYZ15.368.5324.13-
YUV79.65159.8168.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 136 (53.52% from 255) = 43.59%
R=43.59%
G=12.82%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364013600.7100.4730054.5534.51
Hex88288804702F12c3723
Octal2105021001070574546743
Binary1000100010100010001000010001110101111100101100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882888; }

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

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

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

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

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

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

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

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