#882882

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

Shades of Dark Purple #882882

Tints of Dark Purple #882882

Color information

#882882 (or 0x882882) is unknown color: approx Dark Purple. HEX triplet: 88, 28 and 82. RGB value is (136,40,130). Sum of RGB (Red+Green+Blue) = 136+40+130=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #882882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882882 is #77D77D. Grayscale: #4E4E4E. Windows color (decimal): -7853950 or 8530056. OLE color: 8530056.

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

Color convert

RGB13640130-
CMYK00.710.040.47
HSL303.75º54.55%34.51%-
HSV(B)303.75º70.59%53.33%-
XYZ14.948.3621.95-
YUV78.96156.8168.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=44.44%
G=13.07%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364013000.710.040.47303.7554.5534.51
Hex88288204742F1303723
Octal2105020201074574606743
Binary100010001010001000001001000111100101111100110000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882882; }

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

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

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

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

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

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

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

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